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
...
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
14
-69
/
+63
*
Fixed bug in example caused by a keyword argument being used with dict.get()
Kevin Van Brunt
2018-11-30
1
-1
/
+1
*
Undefined names: from colorama import Fore, Back
cclauss
2018-11-18
1
-0
/
+1
*
Update docs with smart ANSI handling for ppaged
Ethan McCreadie
2018-11-01
2
-16
/
+18
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-1
/
+1
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
1
-1
/
+1
*
Added warning to documentation about how help_foo won't be called for command...
Todd Leonhardt
2018-10-06
2
-6
/
+5
*
Added documentation stating that parsers passed to argparse decorators need t...
Todd Leonhardt
2018-10-06
1
-9
/
+17
*
Moved main.py to exampels/hello_cmd2.py and added some comments
Todd Leonhardt
2018-10-06
1
-0
/
+16
*
Merge remote-tracking branch 'origin/master' into argparse_remainder
Eric Lin
2018-10-06
4
-28
/
+28
|
\
|
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
4
-28
/
+28
*
|
Fixed a few edge cases:
Eric Lin
2018-10-06
1
-0
/
+2
*
|
Added handling of nargs=argparse.REMAINDER in both AutoCompleter and Argparse...
Eric Lin
2018-10-06
1
-1
/
+1
|
/
*
Made hooks.py executable
Todd Leonhardt
2018-09-28
1
-0
/
+0
*
Updated abbreviation example to use new cmd2 function to resolve command func...
Kevin Van Brunt
2018-09-28
1
-5
/
+5
*
Addressing code review comments
Kevin Van Brunt
2018-09-28
1
-1
/
+1
*
Updated a couple files in the examples directory due to changes in alias command
Todd Leonhardt
2018-09-27
2
-6
/
+5
*
Merged alert_printer stuff from master and resolved conflicts
Todd Leonhardt
2018-09-25
1
-0
/
+203
|
\
|
*
Merge branch 'master' into alert_printer
Kevin Van Brunt
2018-09-25
1
-0
/
+38
|
|
\
|
*
|
Added more examples and documentation
Kevin Van Brunt
2018-09-25
1
-2
/
+8
|
*
|
Merge branch 'master' into alert_printer
Todd Leonhardt
2018-09-25
1
-1
/
+1
|
|
\
\
|
*
|
|
Made async stuff public
Kevin Van Brunt
2018-09-25
1
-8
/
+8
|
*
|
|
Made demo more instructive
Kevin Van Brunt
2018-09-23
1
-92
/
+103
|
*
|
|
Added more alerts and updated documentation
Kevin Van Brunt
2018-09-22
1
-12
/
+39
|
*
|
|
Recreating the thread in preloop to support multiple calls of cmdloop
Kevin Van Brunt
2018-09-22
1
-1
/
+3
|
*
|
|
Updating prompt in example app
Kevin Van Brunt
2018-09-21
1
-7
/
+43
|
*
|
|
First version of async printing example
Kevin Van Brunt
2018-09-21
1
-0
/
+121
*
|
|
|
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-25
1
-0
/
+38
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge branch 'master' into command_help_noflag
Kevin Van Brunt
2018-09-25
1
-1
/
+1
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Added the the ability to format help to the AutoCompleter to support sub-comm...
Eric Lin
2018-09-23
1
-0
/
+38
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'master' into colorize
Todd Leonhardt
2018-09-25
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Removed a Python3-only comment from an example since Python 2 is no longer su...
Todd Leonhardt
2018-09-25
1
-1
/
+1
|
|
/
*
|
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
[prev]
[next]