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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now consistently use -t flag for transcript generation for both history and l...
Todd Leonhardt
2019-03-19
1
-2
/
+2
*
Addressed review comments
Todd Leonhardt
2019-03-18
1
-1
/
+5
*
Merge branch 'master' into load_generate_transcript
Todd Leonhardt
2019-03-18
2
-9
/
+6
|
\
|
*
Merge branch 'master' into attributes
Todd Leonhardt
2019-03-17
1
-1
/
+3
|
|
\
|
*
|
Updated docs to reflect that shortcuts are now passed into the super class in...
Todd Leonhardt
2019-03-14
1
-5
/
+3
|
*
|
First stage of attribute refactoring
Todd Leonhardt
2019-03-13
2
-4
/
+3
*
|
|
Added load -r flag for recording a transcript based on a script file
Todd Leonhardt
2019-03-18
2
-3
/
+19
|
|
/
|
/
|
*
|
Updated docs and example
Kevin Van Brunt
2019-03-17
1
-2
/
+2
*
|
Added more documentation
Kevin Van Brunt
2019-03-17
1
-1
/
+3
|
/
*
Negative ending history indices include the referenced command, instead of ex...
kotfu
2019-03-11
1
-2
/
+3
*
Allow both history indices to be negative
kotfu
2019-03-10
1
-2
/
+1
*
Incorporating requested changes from the PR
kotfu
2019-03-10
1
-3
/
+7
*
Formatting clean up on history section
kotfu
2019-03-10
1
-61
/
+67
*
Merge branch 'history_improvements' of github.com:python-cmd2/cmd2 into histo...
kotfu
2019-03-10
3
-150
/
+164
|
\
|
*
Merge branch 'master' into disable_command
Kevin Van Brunt
2019-03-10
1
-18
/
+2
|
|
\
|
|
*
Removed obsolete documentation
Kevin Van Brunt
2019-03-10
1
-18
/
+2
|
*
|
Updated examples and documentation pertaining to disabling commands
Kevin Van Brunt
2019-03-10
2
-132
/
+162
|
|
/
*
|
Add documentation for the history command.
kotfu
2019-03-10
1
-6
/
+194
|
/
*
Fixed wording in freefeatures.rst
Todd Leonhardt
2019-03-04
1
-1
/
+2
*
Merge master into with_argument_list and resolved conflicts
Todd Leonhardt
2019-03-04
1
-16
/
+9
|
\
|
*
Updated docs
Kevin Van Brunt
2019-03-02
1
-0
/
+3
|
*
Updated CodeOwners file and fixed minor errors in freefeatures.rst
Todd Leonhardt
2019-03-02
1
-5
/
+4
|
*
Updated docs about comments
Kevin Van Brunt
2019-03-01
1
-12
/
+4
*
|
Updated CHANGELOG and fixed Sphinx docs
Todd Leonhardt
2019-03-04
1
-5
/
+4
|
/
*
Updated macro documentation
0.9.9
Kevin Van Brunt
2019-02-21
1
-4
/
+2
*
Minor doc updates that fix a few typos and inaccuracies
Todd Leonhardt
2019-02-06
3
-8
/
+9
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-1
/
+3
*
Update docs with smart ANSI handling for ppaged
Ethan McCreadie
2018-11-01
1
-8
/
+9
*
Removed a few unecessary newlines
Todd Leonhardt
2018-10-26
1
-3
/
+0
*
Improved documentation for argument parsing decorators
Todd Leonhardt
2018-10-26
1
-0
/
+17
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-1
/
+1
*
cmdloop now checks to see if it is running in the main thread before attempti...
Todd Leonhardt
2018-10-21
1
-0
/
+4
*
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...
Todd Leonhardt
2018-10-18
1
-3
/
+0
*
Documentation updates
Kevin Van Brunt
2018-10-12
1
-3
/
+1
*
Added warning to documentation about how help_foo won't be called for command...
Todd Leonhardt
2018-10-06
1
-2
/
+10
*
Added documentation stating that parsers passed to argparse decorators need t...
Todd Leonhardt
2018-10-06
1
-2
/
+14
*
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-27
1
-8
/
+45
|
\
|
*
Documented macros
Kevin Van Brunt
2018-09-27
1
-8
/
+45
*
|
Merge branch 'macro' into argparse_conversion
Kevin Van Brunt
2018-09-26
2
-12
/
+32
|
\
\
|
|
/
|
*
Merged alert_printer stuff from master and resolved conflicts
Todd Leonhardt
2018-09-25
1
-0
/
+30
|
|
\
|
*
\
Merged master and resolved conflicts in CHANGELOG
Todd Leonhardt
2018-09-25
2
-52
/
+28
|
|
\
\
|
*
\
\
Merged master into colorize branch
Todd Leonhardt
2018-09-12
1
-7
/
+36
|
|
\
\
\
|
*
|
|
|
Fixed unit test failures
Todd Leonhardt
2018-09-04
1
-2
/
+3
|
*
|
|
|
Merged master in and resolved conflicts
Todd Leonhardt
2018-09-04
1
-0
/
+7
|
|
\
\
\
\
|
*
|
|
|
|
First pass at improved colorizing
kotfu
2018-08-11
2
-6
/
+23
|
*
|
|
|
|
Update help for ‘quiet’ setting.
kotfu
2018-08-11
1
-7
/
+9
*
|
|
|
|
|
First steps in converting all commands to argparse
Kevin Van Brunt
2018-09-26
1
-7
/
+3
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Addressing code review comments
Kevin Van Brunt
2018-09-25
1
-2
/
+2
*
|
|
|
|
Added more examples and documentation
Kevin Van Brunt
2018-09-25
1
-2
/
+9
*
|
|
|
|
Merge branch 'master' into alert_printer
Todd Leonhardt
2018-09-25
2
-52
/
+28
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
[next]