-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Autocomplete support? #241
Comments
Right. I mean for arguments. Check out how Symfony2 does it: http://symfony.com/blog/new-in-symfony-2-2-autocomplete-on-the-command-line |
AKA user-provided auto-complete. |
I think this would be an excellent addition to Click. Custom autocomplete would make this package certified badass™. |
Bash Autocomplete is nice, but I need support for ZSH too. Is possible use genzshcomp for support ZSH in similar way as bash? |
Yes, this would be awesome. My current workaround has been to loop and create multiple commands -- but this approach is not as flexible, i.e. supporting wildcard arguments |
Documentation states, that for activating bash completion i must edit .bashrc file manually. Is there any way to automize this process using setuptools setup.py? I wrote a command line script , where i want to activate click bash completion while installing it. |
+1 |
Hey guys, I know this is an old thread, but I have implemented something that may fufill your needs: |
Also, for zsh support this thread has a solution: #323 |
Would love to enhance my various commands with tab/auto completion.
Thoughts?
The text was updated successfully, but these errors were encountered: