-
Notifications
You must be signed in to change notification settings - Fork 89
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
Shell autocompletion #18
Comments
I'm going to dig into Zsh completion. EDIT: Will publish to this gist while I'm building it. Initial completion done, I parse the output of |
Probably better/easier to generate it using the used built in library (see example). Though this seems to only support bash, and zsh can also run bash completions. |
Oh, cool. Clap also supports Zsh completions. |
i've implemented this as part of version 1.2.0 (and the debian and arch packages now also ship with completion files) |
It's indirectly related to
rbw
, but it would be really good to have autocompletion in the most used shells, at leastbash
andzsh
.If someone is motivated/interested in doing this, please do so.
It really is a must have in my opinion, and I unfortunately don't have (yet) the skills needed to implement this in these respective programs.
The text was updated successfully, but these errors were encountered: