-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FEATURE REQUEST] - shell completion #10
Comments
Planning to move this to a new repository onionjuggler-shell-completion |
in the end it was only bash completion, because sh does not have one and I won't learn zsh completion. Also, only possible to complete services by configuration, because it is readable. Not possible to complete clients server and client side because it is owned by the tor user. Also, if the completion was made, it would only be valid to the root user, and I don't want anyone running root user by default just for completion. |
What can be improved is service listing with comma the same way wget does https://github.com/scop/bash-completion/blob/40aa4dc3c75791f43f850871466039768b3048ad/completions/wget#L47 |
Is your feature request related to a problem? Please describe.
Those are the most used shells and known to me that have completion (more to come if someone helps), I want that to be improved.
Describe the solution you'd like
Bash completion official package and debian guide
Zsh completion example https://github.com/cheat/cheat/blob/master/scripts/cheat.zsh
Additional context
Low priority, it will be very useful but not intrinsic required.
The text was updated successfully, but these errors were encountered: