index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added optional color argument to poutput() for providing a color escape code ...
Todd Leonhardt
2018-09-24
2
-4
/
+20
*
Added plumbum_colors.py example of using plumbum.colors
Todd Leonhardt
2018-09-23
1
-0
/
+144
*
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-21
2
-6
/
+6
|
\
|
*
Removed remaining type hints in docstrings
Kevin Van Brunt
2018-09-21
2
-6
/
+6
*
|
Updated a couple example transcripts now that colors is no longer True/False
Todd Leonhardt
2018-09-21
3
-6
/
+4
*
|
cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...
Todd Leonhardt
2018-09-19
1
-5
/
+6
*
|
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-19
3
-2
/
+6
|
\
\
|
|
/
|
*
Added a command which does nothing and produces no output to alias_startup.py...
Todd Leonhardt
2018-09-14
1
-0
/
+4
|
*
Fixed a couple example transcripts which were never updated when the default ...
Todd Leonhardt
2018-09-14
2
-2
/
+2
*
|
Merged master in and resolved conflicts
Todd Leonhardt
2018-09-04
3
-7
/
+287
|
\
\
|
|
/
|
*
Merge branch 'master' into ac_parser
Todd Leonhardt
2018-08-24
1
-0
/
+43
|
|
\
|
|
*
Added a couple unit tests of the exit code feature
Todd Leonhardt
2018-08-23
1
-4
/
+2
|
|
*
Added way of returning a non-zero exit code to the shell
Todd Leonhardt
2018-08-23
1
-0
/
+45
|
*
|
ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...
Kevin Van Brunt
2018-08-24
1
-7
/
+4
|
|
/
|
*
Copied and reduced the tab_autocompletion example to specifically exercise up...
Eric Lin
2018-08-19
1
-0
/
+240
*
|
First pass at improved colorizing
kotfu
2018-08-11
1
-0
/
+143
|
/
*
Updated argparse_completer to automatically set the matches_sorted flag for t...
Eric Lin
2018-08-01
1
-5
/
+7
*
Fix Sphinx warning due to _static directory
Todd Leonhardt
2018-07-30
1
-2
/
+3
*
Add example and documentation for #452
kotfu
2018-07-29
1
-0
/
+114
*
Address feedback in PR
kotfu
2018-07-21
1
-2
/
+2
*
Add hook example
kotfu
2018-07-21
1
-0
/
+115
*
Rows with very high population density now have foreground text color set to red
Todd Leonhardt
2018-06-28
1
-10
/
+28
*
Made table more readable when colored module is installed
Todd Leonhardt
2018-06-27
1
-1
/
+1
*
Deleted unused constant for DEFAULT_GRID
Todd Leonhardt
2018-06-27
1
-19
/
+19
*
table and object_table commands now accept argparse arguments for formatting ...
Todd Leonhardt
2018-06-27
1
-20
/
+28
*
Fixed table width for Mumbai
Todd Leonhardt
2018-06-27
1
-2
/
+1
*
Merge branch 'master' into table_display
Todd Leonhardt
2018-06-26
1
-0
/
+98
|
\
|
*
Just added some comments at the top of the example to try to give some context
Todd Leonhardt
2018-06-26
1
-1
/
+18
|
*
Example added demonstrating bash completion bridging argcomplete with AutoCom...
Eric Lin
2018-06-26
1
-0
/
+81
*
|
Added city names in their native tongue in parentheses to demonstrate unicode...
Todd Leonhardt
2018-06-26
1
-17
/
+12
*
|
Updating the example with unicode characters as well as demonstrating the sam...
Eric Lin
2018-06-26
1
-21
/
+86
*
|
table_display.py example now uses tableformatter instead of tabulate
Todd Leonhardt
2018-06-26
1
-17
/
+60
|
/
*
Deprecated CmdResult helper class and promoted CommandResult
Todd Leonhardt
2018-06-23
2
-5
/
+8
*
Altered behavior further to lean towards giving the developer more power over...
Todd Leonhardt
2018-06-16
1
-12
/
+30
*
Merge branch 'master' into ppaged_pager_env
Todd Leonhardt
2018-06-13
1
-3
/
+2
|
\
|
*
Added a check to verify the existence of a descriptive header. Added a consta...
Eric Lin
2018-06-13
1
-3
/
+2
*
|
Added pager settable parameter to control the command used to display paged o...
Todd Leonhardt
2018-06-11
1
-6
/
+15
|
/
*
Merge branch 'master' into autocompleter
Kevin Van Brunt
2018-06-06
1
-21
/
+2
|
\
|
*
Simplify subcommnads.py example
Todd Leonhardt
2018-05-31
1
-21
/
+2
*
|
Adds possible support for tabular tab completion results.
Eric Lin
2018-06-06
1
-1
/
+17
|
/
*
Fixed conditional.py script
Todd Leonhardt
2018-05-26
2
-3
/
+4
*
Fix import stragglers
kotfu
2018-05-23
4
-12
/
+17
*
Standardize cmd2 imports in tests and examples
kotfu
2018-05-23
16
-66
/
+58
*
Fixes problem with not passing the parameter hint suppression down to sub-com...
Eric Lin
2018-05-22
1
-0
/
+4
*
Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...
Eric Lin
2018-05-19
1
-3
/
+12
*
Some fixes to autocompleter to make it easier to do delimited and file comple...
Eric Lin
2018-05-18
1
-1
/
+19
*
Extract submenu code to new project
kotfu
2018-05-09
1
-109
/
+0
*
Another attempt at getting it working on travis.
Eric Lin
2018-05-04
1
-3
/
+0
*
Merge branch 'test_merge' into test_ply_merge
Eric Lin
2018-05-02
17
-56
/
+71
|
\
|
*
Merge branch 'bash_completion' into bash_to_pyscript
Eric Lin
2018-05-02
17
-55
/
+67
|
|
\
[next]