Install: gh extension install HikaruEgashira/gh-q
# ghq get owner/repo equivalent to
gh q get owner/repo$ gh q --help
Usage:
gh q get <repo> # clone
gh q list # list
gh q <command> # execute
gh q -- <command> # executePasses the selected directory path as an argument to the command.
gh q code # Opens VS Code with the selected directoryChanges to the selected directory first, then executes the command.
gh q -- claude # Run Claude Code in the selected directory
gh q -- # Opens a shell in the selected directory[gh-q] gh extensionでghqを置き換える - Zenn
gh-wt: Git worktree management