-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
deb package is missing completions #1032
Comments
@muendelezaji Ah thanks for noticing this! In theory, it should be fairly straight-forward to add completions. You can see how we manage the existing assets here: Lines 89 to 102 in 3edeeca
I think the only thing I really need to know here is where to put the completions themselves. They probably vary by shell and I'm not familiar with Debian's convention here. |
zsh completion functions for Debian/Ubuntu packages belong in I think bash completion functions are supposed to go in Not sure about fish at all, but a quick glance at the package contents suggests |
This commit adds Bash, zsh and fish completions to the Debian binary package. Fixes #1032
What version of ripgrep are you using?
ripgrep 0.9.0 (rev e86d3d9)
-SIMD -AVX
How did you install ripgrep?
ripgrep_0.9.0_amd64.deb
What operating system are you using ripgrep on?
Ubuntu 16.04
Describe your question, feature request, or bug.
Thanks for the fix to #842 to which this is somewhat related. Commit 5c80e4a does not add completion files for bash, zsh etc. to the deb package. I understand this was committed after the 0.9.0 release, but as it stands the next release will still lack these completion files, despite this FAQ entry suggesting otherwise.
Is there a plan to add them to the deb build or should we settle for downloading the release tar & manually copying them to the appropriate location?
The text was updated successfully, but these errors were encountered: