← Package directory
Available on winget

Install ghq

Manage remote repository clones

Install with winget
winget install --id x-motemen.ghq
Upgrade
winget upgrade --id x-motemen.ghq
Uninstall
winget uninstall --id x-motemen.ghq

About ghq

'ghq' provides a way to organize remote repository clones, like go get does. When you clone a remote repository by ghq get, ghq makes a directory under a specific root directory (by default ~/ghq) using the remote repository URL’s host and path.

What's new in 1.8.0

What's Changed - feat: support NO_COLOR environment variable by @hezhizhen in #411 - Make the NO_COLOR environment variable accept strings other than the “true” strings by @Songmu in #417 - improve --silent flag in get command by @Sixeight in #414 - feat: support partial clone on Git repository by @RShirohara in #412 New Contributors - @RShirohara made their first contribution in #412 Full Changelog: v1.7.1...v1.8.0

Read release notes

Version history

Version Updated Notes
1.8.0 Unknown What's Changed - feat: support NO_COLOR environment variable by @hezhizhen in #411 - Make the NO_COLOR environment variable accept strings other than the “true” strings by @Songmu in #417 - improve --silent flag in get c...
1.7.1 Unknown ## What's Changed * refine git vcs backend detection by @Songmu in https://github.com/x-motemen/ghq/pull/409 **Full Changelog**: https://github.com/x-motemen/ghq/compare/v1.7.0...v1.7.1