-
Notifications
You must be signed in to change notification settings - Fork 427
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
Support TAB autocomplete #121
Labels
Milestone
Comments
remkop
added a commit
that referenced
this issue
May 21, 2017
remkop
added a commit
that referenced
this issue
Jun 19, 2017
remkop
added a commit
that referenced
this issue
Jun 19, 2017
…ocomplete Conflicts: src/main/java/picocli/AutoComplete.java
remkop
added a commit
that referenced
this issue
Jul 9, 2017
remkop
added a commit
that referenced
this issue
Jul 9, 2017
remkop
added a commit
that referenced
this issue
Jul 9, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
…ocomplete Conflicts: src/main/java/picocli/AutoComplete.java src/test/java/picocli/AutoCompleteTest.java src/test/resources/script1.bash
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 28, 2017
remkop
added a commit
that referenced
this issue
Jul 29, 2017
remkop
added a commit
that referenced
this issue
Jul 30, 2017
…it may be part of a longer path); generate better comments
remkop
added a commit
that referenced
this issue
Jul 30, 2017
…(it may be part of a longer path); better comments
remkop
added a commit
that referenced
this issue
Jul 30, 2017
remkop
added a commit
that referenced
this issue
Jul 31, 2017
remkop
added a commit
that referenced
this issue
Jul 31, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
remkop
added a commit
that referenced
this issue
Aug 2, 2017
…it may be part of a longer path); generate better comments
remkop
added a commit
that referenced
this issue
Aug 6, 2017
remkop
added a commit
that referenced
this issue
Aug 7, 2017
remkop
added a commit
that referenced
this issue
Aug 7, 2017
remkop
added a commit
that referenced
this issue
Aug 7, 2017
remkop
added a commit
that referenced
this issue
Aug 7, 2017
remkop
added a commit
that referenced
this issue
Aug 7, 2017
…T/autocomplete.html to get community feedback
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 8, 2017
remkop
added a commit
that referenced
this issue
Aug 12, 2017
remkop
added a commit
that referenced
this issue
Aug 12, 2017
remkop
added a commit
that referenced
this issue
Aug 12, 2017
remkop
added a commit
that referenced
this issue
Aug 12, 2017
remkop
added a commit
that referenced
this issue
Aug 14, 2017
remkop
added a commit
that referenced
this issue
Aug 18, 2017
remkop
added a commit
that referenced
this issue
Aug 18, 2017
remkop
added a commit
that referenced
this issue
Aug 23, 2017
remkop
added a commit
that referenced
this issue
Aug 23, 2017
remkop
added a commit
that referenced
this issue
Aug 23, 2017
remkop
added a commit
that referenced
this issue
Aug 23, 2017
remkop
added a commit
that referenced
this issue
Aug 24, 2017
Autocomplete user manual is ready. Closing this ticket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The bash shell has an autocompletion plugin mechanism.
Let picocli generate a script that enables autocompletion for an annotated class's options and subcommands.
See http://www.tldp.org/LDP/abs/html/tabexpansion.html
https://blog.heckel.xyz/2015/03/24/bash-completion-with-sub-commands-and-dynamic-options/
https://github.com/syncany/syncany/blob/7a15d5f17e1a894de97f05389aaa133d7c0acd95/gradle/bash/syncany.bash-completion
The text was updated successfully, but these errors were encountered: