Home

x-motemen/ghq

Status:Indexed
Analyzed 6d ago3K+ starsGo

Remote repository management made easy

Back to Issues
#350
Moderate

feat: 'ghq goto' command to find and go to any repo's local location, 'ghq get -' command to re-do the operation on the last used repo like 'cd - or git switch -

View on GitHub

Summary

This issue proposes two new features for ghq: 'ghq goto' for finding and navigating to any local repository, and 'ghq get -' to re-run the last 'ghq get' operation. This involves implementing new command logic and potentially modifying existing command handling.

Skills Required

GoCommand-line interface developmentGit integration