summaryrefslogtreecommitdiff
path: root/examples/bashcompletion/bashcompletion.py
Commit message (Expand)AuthorAgeFilesLines
* rename autocompletion to shell_completeDavid Lord2020-10-031-45/+0
* f-strings everywhereDavid Lord2020-04-201-1/+1
* apply pyupgrade --py36-plusDavid Lord2020-04-201-2/+2
* manual cleanupDavid Lord2020-03-081-3/+3
* apply flake8David Lord2020-03-061-1/+2
* apply blackDavid Lord2020-03-061-9/+7
* apply reorder-python-importsDavid Lord2020-03-061-1/+2
* Use Python sorting order for ZSH completions. Fixes #1047.Nicholas Wiles2018-09-121-5/+9
* support descriptions for zsh completionsNicholas Wiles2018-05-181-3/+3
* Allow returning of user completions that don’t always begin with the incomp...Nicholas Wiles2017-10-061-2/+12
* Update completion exampleNicholas Wiles2017-03-291-14/+7
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-13/+12
* Updated tests for autocompletionNicholas Wiles2017-03-261-1/+1
* Fix bug preventing completion on subcommandsNic Wiles2017-03-191-0/+11
* Use already-parsed values of aruments to see whether they should be completed.Brett Bethke2015-12-211-3/+6
* Add exampleBrett Bethke2015-12-171-6/+10
* Added support for autocompletion of arguments, intending to fix issue #241Claudio Bandera2015-09-201-0/+21