# README
gh-q
gh extension to manage GitHub repositories like ghq
Contents
Installation
$ gh extension install koki-develop/gh-q
Configuration
ghq.root
ghq.root
is the root directory of the repository managed by.
If not set, it will be ~/ghq
by default.
$ git config --global ghq.root ~/your/ghq
GHQ_ROOT
environment variable can also be used to set it.
$ export GHQ_ROOT=~/your/ghq
Usage
$ gh q --help
gh extension to manage GitHub repositories like `ghq`
Usage:
gh q [command]
Available Commands:
create Create a new repository on local
get Clone repository
help Help about any command
list List managed repositories
remove Remove repository from local
Flags:
-h, --help help for q
create
- Create a new repository on local
$ gh q create --help
Create a new repository on local.
Usage:
gh q create OWNER/REPO|REPO... [flags]
Aliases:
create, c
Flags:
-h, --help help for create
get
- Clone repository
$ gh q get --help
Clone repository.
Usage:
gh q get OWNER/REPO|REPO... [flags]
Aliases:
get, g
Flags:
-h, --help help for get
list
- List managed repositories
$ gh q list --help
List managed repositories.
Usage:
gh q list [flags]
Aliases:
list, ls
Flags:
-f, --filter filter by fuzzy search
-p, --full-path print full path
-h, --help help for list
-m, --multiple allow multiple selection (only available with --filter)
remove
- Remove repository from local
$ gh q remove --help
Remove repository from local.
Usage:
gh q remove OWNER/REPO|REPO... [flags]
Aliases:
remove, rm
Flags:
-f, --force Remove without confirmation
-h, --help help for remove
LICENSE
# Packages
No description provided by the author