Organize GitHub repositories. Similar to ghq
but use gh
command
internally and options are limited.
$ ogh root
#=> Print the root directory of the ogh root
$ ogh list
#=> Print the list of the repositories in the ogh root
$ ogh clone dotfiles
#=> Clone the "dotfiles" repository of the authenticated user into the ogh root
$ ogh clone denoland/deno_std
#=> Clone the "denoland/deno_std" repository into the ogh root
Use deno install
command to install the command.
$ deno install --allow-net --allow-run --allow-read --allow-env jsr:@lambdalisue/ogh/cli
Then use it as ogh
like
$ ogh --help
The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.