summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-1/+1
* Use latest version of mypy and fix type hinting accordingly (#1239)Todd Leonhardt2022-07-141-3/+4
* Updated CHANGELOG for 2.4.2 release.Kevin Van Brunt2022-07-131-2/+2
* Fixed path to schema image in READMEKevin Van Brunt2022-03-161-1/+1
* final changes (#1200)Jerrad2022-03-011-297/+83
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-2/+2
* Updated all examples to use Cmd2ArgumentParser instead of argparse.ArgumentPa...Kevin Van Brunt2021-06-171-6/+4
* Added notes to README about breaking changes in 2.0Kevin Van Brunt2021-06-061-10/+11
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-4/+4
* Updated README and CHANGELOGTodd Leonhardt2021-02-201-2/+2
* docs(README): Added links for cookiecutter projectsjay2021-02-031-1/+3
* Updated CHANGELOG to prepare for next release1.5.0Todd Leonhardt2021-01-311-7/+9
* Remove all use of AppVeyor for Windows testing because it is slower than GitH...Todd Leonhardt2021-01-301-1/+0
* Replaced Travis CI badge in README with a GitHub Actions CI badgeTodd Leonhardt2021-01-301-1/+1
* Replace with_argparser_and_unknown_args in docsKyle King2020-11-081-3/+2
* Added always_show_hint settingKevin Van Brunt2020-09-051-0/+1
* Replace Python 2.7 EOL message in readme with an EOL message for Python 3.5Todd Leonhardt2020-06-041-5/+6
* Updated tab completion documentationKevin Van Brunt2020-04-231-5/+7
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-6/+6
* Overhauling tab completion examplesKevin Van Brunt2020-02-121-5/+5
* Updated release data for 1.0.0-rc1 in preparation for a release candidateTodd Leonhardt2020-02-071-1/+2
* Updated changelog to address removal of ansi.FG_COLORS and ansi.BG_COLORS and...Todd Leonhardt2020-02-071-1/+1
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-2/+1
* Fixed doc build and updated READMETodd Leonhardt2020-02-041-1/+2
* Renamed locals_in_py to self_in_pyTodd Leonhardt2020-01-271-5/+2
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-1/+1
* Added documentation for empty sections of the Sphinx docsTodd Leonhardt2019-11-021-2/+2
* Added PyOhio 2019 video linkTodd Leonhardt2019-08-031-2/+2
* Fixed typoKevin Van Brunt2019-07-311-1/+1
* Updated README - replaced links to older talks with ones to PyOhio 2019Todd Leonhardt2019-07-311-6/+5
* Changed all uses of sub-command to subcommandKevin Van Brunt2019-07-191-2/+2
* Corrected line in README since scripting supports more than just ASCII text f...Todd Leonhardt2019-07-181-1/+1
* Fixed another broken linkTodd Leonhardt2019-07-181-1/+1
* Fixed broken links in README.md due to documentation reorganizationTodd Leonhardt2019-07-181-3/+5
* Renamed ArgParser to Cmd2ArgumentParser to make it clear it's a derived class...Kevin Van Brunt2019-07-181-1/+1
* Removed link to deleted exampleKevin Van Brunt2019-07-151-2/+1
* Renamed Cmd2ArgParser to ArgParserKevin Van Brunt2019-07-121-2/+2
* Moved cmd2 custom argparse types to argparse_custom.pyKevin Van Brunt2019-07-031-1/+1
* Added import of ansi.style directly into cmd2 namespace in __init__.pyTodd Leonhardt2019-06-291-1/+1
* Added badge in README.md to chat on Discord with link to invite to join pytho...Todd Leonhardt2019-06-291-0/+1
* Updated CHANGELOG with more details on breaking changes to poutput and perrorTodd Leonhardt2019-06-291-0/+4
* Updated Sphinx documentation and README.mdTodd Leonhardt2019-06-281-6/+4
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-151-3/+3
* Print warnings at end of load or pyscript instead of beginningTodd Leonhardt2019-06-151-1/+1
* Updated documentationKevin Van Brunt2019-06-151-3/+3
* Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-141-2/+2
* Updated README to include links to more and a wider variety of open-source pr...Todd Leonhardt2019-06-101-4/+12
* Refactor exit_code implementationTodd Leonhardt2019-05-201-2/+3
* Minor update to README.md directly on master branch to evaluate if Windows un...Todd Leonhardt2019-05-131-1/+1