summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/8.0.x'David Lord2021-07-042-4/+7
|\
| * fix completion exampleDavid Lord2021-05-272-4/+7
| |
* | fixYoung proger2021-06-041-1/+1
| |
* | update linkYoung proger2021-06-031-1/+1
|/
* return resolved name, not original nameDavid Lord2021-05-191-0/+5
|
* add typing annotationsDavid Lord2021-04-231-1/+1
|
* rename resultcallback to result_callbackDavid Lord2021-04-121-1/+1
|
* always install colorama on WindowsDavid Lord2021-02-154-14/+5
|
* don't pass all args to shell_complete methodsDavid Lord2020-10-031-3/+3
|
* rename autocompletion to shell_completeDavid Lord2020-10-035-60/+84
| | | | | new function takes additional param arg, must return a homogeneous list of strings or CompletionItem, and must perform matching on results
* f-strings everywhereDavid Lord2020-04-207-10/+8
|
* apply pyupgrade --py36-plusDavid Lord2020-04-209-65/+53
|
* remove more compat codeDavid Lord2020-04-203-12/+3
|
* Merge branch '7.x'David Lord2020-03-0822-370/+443
|\
| * manual cleanupDavid Lord2020-03-089-49/+54
| |
| * apply pyupgradeDavid Lord2020-03-084-15/+17
| |
| * apply flake8David Lord2020-03-0610-10/+11
| |
| * apply blackDavid Lord2020-03-0622-336/+395
| |
| * apply reorder-python-importsDavid Lord2020-03-069-16/+22
| |
* | xrange() is history in imagepipe.pyChristian Clauss2019-10-281-1/+1
| |
* | Merge pull request #1377 from timgates42/feature/fix_simple_typo__aliase___70Joshua Bronson2019-08-251-1/+1
|\ \ | |/ |/| Fix simple typo: aliase -> alias
| * Additional fix requested while fixing typo on the same lineTim Gates2019-08-261-1/+1
| |
| * Fix simple typo: aliase -> aliasTim Gates2019-08-251-1/+1
| |
* | Added method and command to update and write aliases.ini file with new aliaseschusband2019-08-011-0/+24
| |
* | renamed context to environment to reduce confusionMing Zhang2019-05-313-7/+7
|/
* new docs linksDavid Lord2018-09-251-1/+1
|
* 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
| | | | | | use associative array for zsh completion response add documentation for completion help strings fix missing short_help on commands that broke ZSH auto documentation
* Merge branch 'master' into bright-colorsDan Sully2018-05-142-3/+13
|\
| * Fix invalid import in urlparse importWANG WENPEI2018-02-011-1/+1
| |
| * Allow returning of user completions that don’t always begin with the ↵Nicholas Wiles2017-10-061-2/+12
| | | | | | | | incomplete term.
* | Update colors examplePanagiotis Ktistakis2017-06-131-1/+3
|/
* Update completion exampleNicholas Wiles2017-03-291-14/+7
|
* Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-13/+12
|\ | | | | | | | | | | | | # Conflicts: # click/_bashcomplete.py # docs/bashcomplete.rst # tests/test_bashcomplete.py
* | 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-203-0/+48
|/
* Added support for manually advancing progressbars.Armin Ronacher2015-03-311-0/+11
|
* typoJayin2015-02-069-9/+9
|
* Added a missing gitignore for imagepipeArmin Ronacher2014-08-121-0/+1
|
* Added imagepipe example.Armin Ronacher2014-08-125-0/+295
|
* Capitalized instances of Click (addressing #128)Kevin Yap2014-06-144-4/+4
|
* Fixed complex example for Python 3. This fixes #142Armin Ronacher2014-06-101-2/+3
|
* Made termui example fit into 79 column terms.Armin Ronacher2014-06-081-1/+1
|
* defaults -> settingsArmin Ronacher2014-06-051-2/+2
|
* Updated complex example to use context defaultsArmin Ronacher2014-06-052-6/+5
|
* Standardized capitalization of UnixKevin Yap2014-05-311-1/+1
|
* Standardized capitalization of Windows and POSIXKevin Yap2014-06-012-2/+2
|