summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-197-10/+8
* apply pyupgrade --py36-plusDavid Lord2020-04-199-65/+53
* remove more compat codeDavid Lord2020-04-193-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
|\ \ | |/ |/|
| * 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
* 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 incomp...Nicholas Wiles2017-10-061-2/+12
* | 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
|\
* | 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
* Added some examples to termui for getchar and pauseArmin Ronacher2014-06-011-0/+34
* Fixed a bug with autowidth on progress bars.Armin Ronacher2014-05-301-0/+6
* Fixed some 3.x problems.Armin Ronacher2014-05-301-1/+1
* Fixed the naval exampleArmin Ronacher2014-05-291-1/+1
* Added docs for path typeArmin Ronacher2014-05-291-1/+1
* Customize required in arguments for nargs of -1Armin Ronacher2014-05-281-2/+17
* Added more examples to termuiArmin Ronacher2014-05-281-0/+29
* Added style helpers and added deeper ansi color support. Colorama now optional.Armin Ronacher2014-05-275-17/+30
* Changed parameter callback signature.Armin Ronacher2014-05-272-2/+2
* Updated termui script to also have a clear command.Armin Ronacher2014-05-261-0/+6