summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Added ability to colorize all aspects of BorderedTables and AlternatingTables.colored_tablesKevin Van Brunt2021-10-191-28/+17
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-9/+21
* Updated thread nameKevin Van Brunt2021-09-241-1/+1
* Fixed handling of argparse's default options group name which was changed in ...Kevin Van Brunt2021-06-171-2/+3
* Stopping a shell command with Ctrl-C now raises a KeyboardInterrupt to suppor...Kevin Van Brunt2021-04-301-2/+2
* Fixed typo in docstringKevin Van Brunt2021-04-211-1/+1
* Updated main code to use f-stringsKevin Van Brunt2021-04-131-2/+2
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-1/+0
* More mypy fixesEric Lin2021-04-061-3/+2
* More mypy validation changes. cmd2.py is nearly fully mypy compliant now.Eric Lin2021-04-021-7/+10
* More things to make mypy happy.Eric Lin2021-04-021-4/+4
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-21/+11
* Resolves comments from PREric Lin2021-03-181-13/+35
* Some mypy validation fixesEric Lin2021-03-181-54/+31
* Each CommandSet's settables are defined separately. cmd2.Cmd searches all reg...Eric Lin2021-03-181-2/+33
* Fix error in Python 3.6Todd Leonhardt2021-02-211-2/+1
* Start making small changes to fix mypy warningsTodd Leonhardt2021-02-211-4/+16
* Deprecate Python 3.5Todd Leonhardt2021-02-201-6/+1
* Fixed black, isort, flake8, and doc8 issuesTodd Leonhardt2021-02-191-5/+14
* Merge branch 'master' into blackTodd Leonhardt2021-02-191-71/+44
|\
| * Merge branch 'master' into 2.0Kevin Van Brunt2021-01-221-29/+41
| |\
| * \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-211-21/+20
| |\ \
| * \ \ Merge branch 'master' into 2.0Todd Leonhardt2020-11-111-9/+21
| |\ \ \
| * \ \ \ Merge branch 'master' into 2.0Kevin Van Brunt2020-09-171-8/+18
| |\ \ \ \
| * | | | | Moved two classes from cmd2.py to utils.py.Kevin Van Brunt2020-09-091-2/+37
| * | | | | Documented support for standalone functions being used as completers and choi...Kevin Van Brunt2020-08-181-6/+0
| * | | | | Replaced choices_function / choices_method with choices_provider.Kevin Van Brunt2020-08-131-55/+7
* | | | | | Add in isort changesTodd Leonhardt2021-01-311-5/+16
* | | | | | Add black for automatic code formatTodd Leonhardt2021-01-311-45/+62
| |_|_|_|/ |/| | | |
* | | | | Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-5/+19
* | | | | Update editor list for Linux/Mac - add joe and change order of various graphi...Todd Leonhardt2020-11-211-1/+1
* | | | | Updated utils.find_editor() to include more Windows editorsKevin Van Brunt2020-11-191-22/+20
| |_|_|/ |/| | |
* | | | feat(utils): probe editors in system pathMikhail Ushanov2020-11-171-21/+20
| |_|/ |/| |
* | | Fixed issue where quoted redirectors and terminators in aliases and macros we...Kevin Van Brunt2020-09-301-9/+21
| |/ |/|
* | Minor type hinting fixes.Eric Lin2020-09-111-7/+14
* | Changes default category to be heritable by default - meaning that subclasses...Eric Lin2020-09-111-1/+4
|/
* Minor fixes to enable Python 3.5.2 supportEric Lin2020-08-111-2/+7
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-1/+30
* Documented CompletionError classKevin Van Brunt2020-04-231-4/+4
* Updated docsKevin Van Brunt2020-04-221-9/+10
* Merge branch 'master' into table_creatorTodd Leonhardt2020-04-151-10/+16
|\
| * onecmd_plus_hooks() no longer handles updating any state data related to redi...Kevin Van Brunt2020-04-121-10/+16
| * Simplfied _redirect_output() by raising exception instead of returning boolKevin Van Brunt2020-04-111-1/+1
* | Merge branch 'master' into table_creatorKevin Van Brunt2020-04-111-1/+1
|\ \ | |/
| * Made some optional arguments with defaults keyword-only.Kevin Van Brunt2020-04-111-1/+1
* | Initial commit of table creation APIKevin Van Brunt2020-04-091-17/+56
|/
* Making build_settables() public againKevin Van Brunt2020-02-281-1/+1
* Merge branch 'master' into api_docskotfu2020-02-211-2/+2
|\
| * Removed hyphen from tab-completionKevin Van Brunt2020-02-211-2/+2
* | Embedded examples and cross-links for categorize() and with_category()kotfu2020-02-201-1/+13