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 rootUse deno install command to install the command.
$ deno install --global --allow-net --allow-run --allow-read --allow-env jsr:@lambdalisue/ogh/cliThen use it as ogh like
$ ogh --helpThe code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.