-
Notifications
You must be signed in to change notification settings - Fork 38
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
keybase client should support zsh completion #519
Comments
Isn't that entirely dependent upon the shell complete grammar? I mean, I can get why a bash user is confused and all. Is it important that keybase do this for us or can't we just create one and let people use it if they want? i'll get it started:
|
With followingcommands from stackoverflow autoload bashcompinit
bashcompinit
source /path/to/your/bash_completion_file I was able to activate the bash-completion in zsh. Only thing not working is when it is trying to complete filenames or directories since zsh don't know what to make out of the |
I have a sweet spot in my heart for auto completion. Here ya go: oh-my-zsh-keybase |
hey, nice to see |
I saw |
The upstream CLI library used in Keybase appears to support ZSH or Bash for completion. It should just require edits similar to the PR above be made to add the |
Here is what I did, adapted from: https://github.com/urfave/cli/blob/master/autocomplete/zsh_autocomplete
I assume https://github.com/rbirnie/oh-my-zsh-keybase/blob/master/keybase/_keybase printout is nicer, though. But the above auto-updates... |
For feature parity with #147 ;-)
The text was updated successfully, but these errors were encountered: