/deno-ogh

🪨 Organize GitHub repositories. Similar to ghq but use gh command internally and options are limited.

Primary LanguageTypeScriptMIT LicenseMIT

🪨 ogh

jsr Test

Organize GitHub repositories. Similar to ghq but use gh command internally and options are limited.

Usage

$ 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

Install

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

License

The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.