summaryrefslogtreecommitdiff
path: root/examples/colors.py
Commit message (Expand)AuthorAgeFilesLines
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-3/+11
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-1/+2
* Having two parallel datastructures each for foreground and background colors ...Todd Leonhardt2020-02-061-2/+2
* Added cmd2.utils.Settable to the cmd2 namespace and updated examples and docsTodd Leonhardt2020-02-041-1/+1
* Merge branch 'master' into generating_output_docsTodd Leonhardt2020-01-091-7/+7
|\
| * Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-7/+7
* | Show usage of colorama for ansi text stylingkotfu2019-11-291-1/+25
|/
* Updated color examples to support bold and underline optionsTodd Leonhardt2019-06-281-1/+3
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-80/+12
* Fixed a bunch of examples which were broken due to moving DEFAULT_SHORTCUTS f...Todd Leonhardt2019-06-161-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Fixed how shortcuts are set in examplesTodd Leonhardt2019-03-141-6/+4
* First stage of attribute refactoringTodd Leonhardt2019-03-131-2/+1
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-2/+4
* Update docs with smart ANSI handling for ppagedEthan McCreadie2018-11-011-8/+9
* Updated a couple example transcripts now that colors is no longer True/FalseTodd Leonhardt2018-09-211-4/+2
* cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...Todd Leonhardt2018-09-191-5/+6
* First pass at improved colorizingkotfu2018-08-111-0/+143