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
grr cd anyrepodoes not navigate to matching repositories anymore in Windows Terminal (since the last update on Windows Terminal).
grr cd anyrepo
grr rp anyrepo
grr cp anyrepo
cd
The text was updated successfully, but these errors were encountered:
grr gd anyrepo (for Get-Directory) will return the directory and copy it to the clipboard.
grr gd anyrepo
Sorry, something went wrong.
Fix 'grr cd ...' with Windows Terminal after update
3b0aa11
Fixes #95
0fcb133
No branches or pull requests
grr cd anyrepo
does not navigate to matching repositories anymore in Windows Terminal (since the last update on Windows Terminal).Additional:
grr rp anyrepo
could return the path only (for other processes to work with)grr cp anyrepo
(insteadcd
) should copy the path (ascd
does on macOS currently)The text was updated successfully, but these errors were encountered: