index
:
delta/python-packages/click.git
1.x
1.x-maintenance
1484-redesign-completion
2.x
2.x-maintenance
3.x
3.x-maintenance
4.x
4.x-maintenance
5.x
5.x-maintenance
6.x
6.x-maintenance
7.x
8.0.x
8.1.x
ci
contributing-doc
dependabot/add-v2-config-file
dependabot/pip/pallets-sphinx-themes-2.0.2
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.5
dependabot/pip/sphinx-3.0.4
dependabot/pip/sphinx-4.2.0
dependabot/pip/sphinx-4.3.1
dependabot/pip/sphinx-tabs-3.2.0
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
drop-python2
fsdecode
getchar-exc
github-actions
main
master
meta
parser-rewrite
pre-commit-ci-update-config
revert-shlex-quote
style
update-requirements
github.com: pallets/click
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
click
/
_bashcomplete.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update metadata
meta
David Lord
2018-09-24
1
-2
/
+6
*
Remove hidden commands and options from completion results
Nicholas Wiles
2018-09-12
1
-10
/
+22
*
Use Python sorting order for ZSH completions. Fixes #1047.
Nicholas Wiles
2018-09-12
1
-4
/
+18
*
Merge with upstream changes and use resilient_parsing flag to ignore default ...
Nicholas Wiles
2018-09-10
1
-6
/
+4
|
\
*
|
Fix bash completion when defaults are present and the way subcommands are han...
Nicholas Wiles
2018-07-03
1
-18
/
+28
|
/
*
support descriptions for zsh completions
Nicholas Wiles
2018-05-18
1
-19
/
+41
*
Explicitly check for zsh source var when determining shell type.
Nicholas Wiles
2018-05-15
1
-1
/
+1
*
Enable native completion for zsh
Nicholas Wiles
2018-05-15
1
-6
/
+22
*
Fix empty return path in get_choices
Nicholas Wiles
2017-10-09
1
-1
/
+1
*
Cleanup get_choices() to leverage early returns.
Nicholas Wiles
2017-10-09
1
-42
/
+38
*
Clean up whitespace with autopep8.
Nicholas Wiles
2017-10-06
1
-12
/
+16
*
Allow returning of user completions that don’t always begin with the incomp...
Nicholas Wiles
2017-10-06
1
-4
/
+9
*
fix overzealous completion when required options are present
Nicholas Wiles
2017-05-31
1
-23
/
+32
*
Merge pull request #773 from stopthatcow/feature/allow_spaces_in_completions
Markus Unterwaditzer
2017-05-05
1
-0
/
+1
|
\
|
*
Allow spaces in bash completion results
Nicholas Wiles
2017-05-02
1
-0
/
+1
*
|
Fix bashautocompletion of arguments on chained commands
Nicholas Wiles
2017-05-02
1
-5
/
+14
|
/
*
avoid creating empty list in bash completion if not needed
Nicholas Wiles
2017-04-15
1
-7
/
+6
*
use generator when returning completions
Nicholas Wiles
2017-04-15
1
-5
/
+6
*
Always add autocomplete to Param
Nicholas Wiles
2017-03-30
1
-1
/
+1
*
Documentation cleanup
Nicholas Wiles
2017-03-29
1
-1
/
+3
*
Merge branch 'master' into feature/bash_autocompletion_6.6
Nicholas Wiles
2017-03-29
1
-25
/
+114
|
\
|
*
Issue #535: Bash completion for click.Choice()
Peter Kelley
2017-03-28
1
-7
/
+104
*
|
Add choices to autocompletion
Nicholas Wiles
2017-03-27
1
-2
/
+7
*
|
Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6
Nicholas Wiles
2017-03-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #630: Bash completion for nested commands broken
Peter Kelley
2016-08-19
1
-2
/
+2
*
|
Updated tests for autocompletion
Nicholas Wiles
2017-03-26
1
-5
/
+4
*
|
Fix bug preventing completion on subcommands
Nic Wiles
2017-03-19
1
-1
/
+1
*
|
fix merge
Nic Wiles
2017-03-19
1
-2
/
+2
*
|
Merge branch 'feature/parameter_autocompletion' of github.com:bb4242/click in...
I
2016-09-20
1
-2
/
+17
|
\
\
|
|
/
|
/
|
|
*
Use already-parsed values of aruments to see whether they should be completed.
Brett Bethke
2015-12-21
1
-2
/
+3
|
*
Slight renaming
Brett Bethke
2015-12-16
1
-1
/
+1
|
*
Allow dynamic generation of the autocompletion list using a callback.
Brett Bethke
2015-12-16
1
-1
/
+7
|
*
Fixed a bug, where autocompletion would not work for nested multicommands
Claudio Bandera
2015-10-03
1
-1
/
+2
|
*
Bugfix: Only 'nargs' completions are given
Claudio Bandera
2015-09-21
1
-4
/
+5
|
*
Added support for autocompletion of arguments, intending to fix issue #241
Claudio Bandera
2015-09-20
1
-2
/
+8
*
|
bashcomplete: Adapt to changes for chain commands
Markus Unterwaditzer
2016-03-24
1
-15
/
+20
|
/
*
Fixed generated bash complete function name. This fixes #221
Armin Ronacher
2015-03-31
1
-1
/
+5
*
Modify _bashcomplete for zsh use
Dwight Holman
2015-01-30
1
-1
/
+1
*
Added vendoring support to click.
Armin Ronacher
2014-07-27
1
-3
/
+3
*
Moved bashcomplete into an internal module by name.
Armin Ronacher
2014-05-29
1
-0
/
+74