We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Thanks for ghq, it's really helpful. I'd like to suggest how to make it even better! ✨
ghq
Sometimes I like to create symlinks, especially for very long project names:
~/ghq/github.com/companywithverylongname/projectawithverylongname ~/ghq/github.com/companywithverylongname/projectbwithverylongname ~/ghc/github.com/c -> ~/ghq/github.com/companywithverylongname ~/ghq/github.com/c/a -> ~/ghq/github.com/companywithverylongname/projectawithverylongname ~/ghq/github.com/c/b -> ~/ghq/github.com/companywithverylongname/projectbwithverylongname
These repositories are listed multiple times:
$ ghq list github.com/companywithverylongname/a github.com/companywithverylongname/b github.com/companywithverylongname/projectawithverylongname github.com/companywithverylongname/projectbwithverylongname
I'd like ghq to resolve symlinks, i.e. only list the "expanded form" in my use case.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for
ghq
, it's really helpful. I'd like to suggest how to make it even better! ✨Sometimes I like to create symlinks, especially for very long project names:
These repositories are listed multiple times:
I'd like
ghq
to resolve symlinks, i.e. only list the "expanded form" in my use case.The text was updated successfully, but these errors were encountered: