-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat: add zsh completions #10040
feat: add zsh completions #10040
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey thx a lot ❤️, I don't use ZSH myself but this does not look to be malicious and if it's wrong I think someone would open an issue and tell us about it so that fine.
Could you please add tests like for example:
https://github.com/ipfs/kubo/blob/master/test/sharness/t0012-completion-fish.sh
I'll do that later if I have time to do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I personally use zsh
. I tested it locally and it worked. I added a test and cleaned up the documentation. Thanks for this!
This PR is related to #8908 issue.
add zsh support
add zsh to doc