-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
No zsh filename tab-autocompletion #532
Comments
Someone else will need to handle this. |
(I'm really not happy about ripgrep providing auto completions like this. I don't have the inclination to debug their problems.) |
The zsh completion function in the Homebrew package is not the one that's in the ETA: Oh, their completion function must be the one that |
@okdana PRs would be most appreciated. :-) |
It sounds like this has been fixed, but you need to use the manually curated zsh completion script here: https://github.com/BurntSushi/ripgrep/blob/master/complete/_rg (Which should be the one that is bundled in the next release tarball.) |
Info:
Reproduction steps:
tab
.Expected behavior (demonstrated with bash shell, where this functions correctly):
rg "test-match" /usr/
tab
Additional info:
The text was updated successfully, but these errors were encountered: