grr cd does not with Windows Terminal (anymore)
awaescher opened this issue · 1 comments
awaescher commented
grr cd anyrepo
does not navigate to matching repositories anymore in Windows Terminal (since the last update on Windows Terminal).
Additional:
- grr cd should try to navigate but also print the path so that the user could go manually (or copy it to the clipboard like on macOS)
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)
awaescher commented
grr gd anyrepo
(for Get-Directory) will return the directory and copy it to the clipboard.