$ gh q --help
Usage:
gh q get <repo> ... Clone a repository into ~/ghq/github.com
gh q list ... List all repositories in ~/ghq/github.com
gh q *your_command* ... Search via fzf and run *your_command* in the selected directory
$ gh q --help
Usage:
gh q get <repo> ... リポジトリを~/ghq/github.comにクローン
gh q list ... ~/ghq/github.comにある全リポジトリを表示
gh q *your_command* ... fzfで検索し、選択したディレクトリで*your_command*を実行
[gh-q] gh extensionでghqを置き換える - Zenn
# Install
gh extension install HikaruEgashira/gh-q
gh q get HikaruEgashira/gh-q
- インストール
gh extension install HikaruEgashira/gh-q
- 対象リポジトリをクローンする
gh q get HikaruEgashira/gh-q
- プロジェクトをVSCodeで開く
gh q code
- オプション付きでコマンドを実行する
gh q code -r # fzfで曖昧検索した後 code -r <選択したリポジトリ>を実行