-
-
Notifications
You must be signed in to change notification settings - Fork 863
Zsh completion support #347
Copy link
Copy link
Closed
Labels
enhancementEnhanvement requestEnhanvement requesthelp wantedCommunity help is wantedCommunity help is wantedpluginPlugins realted issuesPlugins realted issueswishlistLow priority feature requestsLow priority feature requests
Metadata
Metadata
Assignees
Labels
enhancementEnhanvement requestEnhanvement requesthelp wantedCommunity help is wantedCommunity help is wantedpluginPlugins realted issuesPlugins realted issueswishlistLow priority feature requestsLow priority feature requests
Type
Fields
Give feedbackNo fields configured for issues without a type.
🚀 Feature Request
Zsh completion support as well as bash.
Motivation
I tried hydra's bash completion and I was amazing. However, I usually use zsh, so I want Zsh completion. I found related PRs such as #263, but there is no progress so far.
Pitch
As far as I tried and googled, zsh requires a completion function to be saved as a file somewhere and loaded again. I think it makes installation a bit difficult compared to bash's
eval $(python file.py -sc install=bash). I want to know better solutions if you know.