summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Added optional color argument to poutput() for providing a color escape code ...Todd Leonhardt2018-09-242-4/+20
* Added plumbum_colors.py example of using plumbum.colorsTodd Leonhardt2018-09-231-0/+144
* Merge branch 'master' into colorizeTodd Leonhardt2018-09-212-6/+6
|\
| * Removed remaining type hints in docstringsKevin Van Brunt2018-09-212-6/+6
* | Updated a couple example transcripts now that colors is no longer True/FalseTodd Leonhardt2018-09-213-6/+4
* | cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...Todd Leonhardt2018-09-191-5/+6
* | Merge branch 'master' into colorizeTodd Leonhardt2018-09-193-2/+6
|\ \ | |/
| * Added a command which does nothing and produces no output to alias_startup.py...Todd Leonhardt2018-09-141-0/+4
| * Fixed a couple example transcripts which were never updated when the default ...Todd Leonhardt2018-09-142-2/+2
* | Merged master in and resolved conflictsTodd Leonhardt2018-09-043-7/+287
|\ \ | |/
| * Merge branch 'master' into ac_parserTodd Leonhardt2018-08-241-0/+43
| |\
| | * Added a couple unit tests of the exit code featureTodd Leonhardt2018-08-231-4/+2
| | * Added way of returning a non-zero exit code to the shellTodd Leonhardt2018-08-231-0/+45
| * | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-241-7/+4
| |/
| * Copied and reduced the tab_autocompletion example to specifically exercise up...Eric Lin2018-08-191-0/+240
* | First pass at improved colorizingkotfu2018-08-111-0/+143
|/
* Updated argparse_completer to automatically set the matches_sorted flag for t...Eric Lin2018-08-011-5/+7
* Fix Sphinx warning due to _static directoryTodd Leonhardt2018-07-301-2/+3
* Add example and documentation for #452kotfu2018-07-291-0/+114
* Address feedback in PRkotfu2018-07-211-2/+2
* Add hook examplekotfu2018-07-211-0/+115
* Rows with very high population density now have foreground text color set to redTodd Leonhardt2018-06-281-10/+28
* Made table more readable when colored module is installedTodd Leonhardt2018-06-271-1/+1
* Deleted unused constant for DEFAULT_GRIDTodd Leonhardt2018-06-271-19/+19
* table and object_table commands now accept argparse arguments for formatting ...Todd Leonhardt2018-06-271-20/+28
* Fixed table width for MumbaiTodd Leonhardt2018-06-271-2/+1
* Merge branch 'master' into table_displayTodd Leonhardt2018-06-261-0/+98
|\
| * Just added some comments at the top of the example to try to give some contextTodd Leonhardt2018-06-261-1/+18
| * Example added demonstrating bash completion bridging argcomplete with AutoCom...Eric Lin2018-06-261-0/+81
* | Added city names in their native tongue in parentheses to demonstrate unicode...Todd Leonhardt2018-06-261-17/+12
* | Updating the example with unicode characters as well as demonstrating the sam...Eric Lin2018-06-261-21/+86
* | table_display.py example now uses tableformatter instead of tabulateTodd Leonhardt2018-06-261-17/+60
|/
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-232-5/+8
* Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-161-12/+30
* Merge branch 'master' into ppaged_pager_envTodd Leonhardt2018-06-131-3/+2
|\
| * Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-131-3/+2
* | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-6/+15
|/
* Merge branch 'master' into autocompleterKevin Van Brunt2018-06-061-21/+2
|\
| * Simplify subcommnads.py exampleTodd Leonhardt2018-05-311-21/+2
* | Adds possible support for tabular tab completion results.Eric Lin2018-06-061-1/+17
|/
* Fixed conditional.py scriptTodd Leonhardt2018-05-262-3/+4
* Fix import stragglerskotfu2018-05-234-12/+17
* Standardize cmd2 imports in tests and exampleskotfu2018-05-2316-66/+58
* Fixes problem with not passing the parameter hint suppression down to sub-com...Eric Lin2018-05-221-0/+4
* Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-3/+12
* Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-181-1/+19
* Extract submenu code to new projectkotfu2018-05-091-109/+0
* Another attempt at getting it working on travis.Eric Lin2018-05-041-3/+0
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-0217-56/+71
|\
| * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-0217-55/+67
| |\