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
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed slightly inaccurate comment
Kevin Van Brunt
2018-03-03
1
-3
/
+0
*
Improved comments and simplied path_complete logic
Kevin Van Brunt
2018-03-03
1
-16
/
+29
*
Simplified and renamed _shell_command_complete since it didn't need to be an ...
Kevin Van Brunt
2018-03-03
1
-16
/
+14
*
Removed an unnecessary call to .lower() when determining if a shortcut matche...
Todd Leonhardt
2018-03-02
1
-1
/
+1
*
Removed support for case-insensitive command parsing
Todd Leonhardt
2018-03-02
1
-24
/
+11
*
Removed abbrev attribute
Kevin Van Brunt
2018-03-02
1
-13
/
+3
*
Fixed slicing bug
Kevin Van Brunt
2018-03-02
1
-17
/
+31
*
Fixed some parsing bugs and added more unit tests
Kevin Van Brunt
2018-03-02
1
-10
/
+16
*
Sorting all completion results. Added unit tests for help command.
Kevin Van Brunt
2018-03-02
1
-10
/
+16
*
Added tab completing subcommands to help command
Kevin Van Brunt
2018-03-02
1
-0
/
+32
*
Corrected tab completion of subcommands.
Kevin Van Brunt
2018-03-02
1
-58
/
+55
*
Fixed check to add space
Kevin Van Brunt
2018-03-01
1
-1
/
+1
*
Restoring execute permission on cmd2.py for ease of exploratory testing
Todd Leonhardt
2018-03-01
1
-0
/
+0
*
A bit of refactoring to tab completion. Shortcuts not beginning with symbols ...
Kevin Van Brunt
2018-03-01
1
-37
/
+65
*
Added flag and index based tab completion
Kevin Van Brunt
2018-03-01
1
-123
/
+233
*
Merge branch 'master' into unused_and_edit_fixes
Todd Leonhardt
2018-02-27
1
-2
/
+10
|
\
|
*
Revert to old attribute names for multilineCommands and excludeFromHistory to...
Todd Leonhardt
2018-02-27
1
-7
/
+6
|
*
Merge branch 'master' into instance_variables
Todd Leonhardt
2018-02-27
1
-0
/
+5
|
|
\
|
|
*
Added use of @functools.wraps() in our decorators.
Todd Leonhardt
2018-02-23
1
-0
/
+5
|
*
|
Converted a few class variables into instance variables
Todd Leonhardt
2018-02-23
1
-7
/
+11
|
|
/
*
|
Fixed removed_unused.py example and help for edit command
Todd Leonhardt
2018-02-24
1
-1
/
+1
|
/
*
Check if name is in self.names before removing
Brandon Squizzato
2018-02-12
1
-1
/
+2
*
Added optional persistent readline history feature
Todd Leonhardt
2018-02-08
1
-5
/
+23
*
When calling a submenu command from a higher level, strip off the first argum...
Calvin Lobo
2018-02-04
1
-2
/
+3
*
Changed arg name in _complete_from_cmd() so it doesn't shadow name from outer...
Calvin Lobo
2018-02-04
1
-15
/
+15
*
Merge branch 'master' into feature/submenu
Todd Leonhardt
2018-02-03
1
-237
/
+404
|
\
|
*
Improved argument processing docs
Todd Leonhardt
2018-02-01
1
-1
/
+1
|
*
Fixed issue with automated transcript generation via "history -t"
Todd Leonhardt
2018-01-29
1
-0
/
+7
|
*
redirect_stderr wasn't added to contextlib until Python 3.5
Todd Leonhardt
2018-01-22
1
-4
/
+6
|
*
help command temporarily redirects sys.stdout and sys.stderr to self.stdout f...
Todd Leonhardt
2018-01-22
1
-11
/
+23
|
*
Renamed @with_argument_parser decorator to @with_argparser
Todd Leonhardt
2018-01-21
1
-3
/
+3
|
*
History enhancements
Todd Leonhardt
2018-01-20
1
-6
/
+37
|
*
Added unit tests for newly-overridden complete() method
Todd Leonhardt
2018-01-20
1
-0
/
+8
|
*
Added unit tests for sub-commands
Todd Leonhardt
2018-01-20
1
-1
/
+1
|
*
Tab-completion of subcommand names is now supported
Todd Leonhardt
2018-01-20
1
-9
/
+99
|
*
Added links to docs and examples to CHANGELOG.md
Todd Leonhardt
2018-01-20
1
-1
/
+1
|
*
Added support for argparse sub-commands when using cmd2 decorators
Todd Leonhardt
2018-01-20
1
-2
/
+20
|
*
Improved how new argparse-based decorators provide help
Todd Leonhardt
2018-01-17
1
-30
/
+21
|
*
Cleanup of documentation and examples
Todd Leonhardt
2018-01-17
1
-1
/
+0
|
*
Fix bug which prevented multiple history commands from being run
kotfu
2018-01-16
1
-1
/
+1
|
*
do_edit() no longer edits history, just files #252
kotfu
2018-01-16
1
-77
/
+5
|
*
Remove do_save() and do_run() for #252
kotfu
2018-01-16
1
-60
/
+8
|
*
Implement -o, -r, and -e options for issue #252
Jared Crapo
2018-01-15
1
-10
/
+42
|
*
cmdenvironment command has been removed and its functionality now exists as a...
Todd Leonhardt
2018-01-15
1
-16
/
+25
|
*
show command has been removed
Todd Leonhardt
2018-01-15
1
-13
/
+17
|
*
__relative_load command is now hidden from help menu by default
Todd Leonhardt
2018-01-15
1
-1
/
+1
|
*
Argument parsing and support currention functionality for #252
kotfu
2018-01-15
1
-12
/
+16
|
*
Renamed new decorator to @with_argparser_and_unknown_args to make it more des...
Todd Leonhardt
2018-01-15
1
-1
/
+1
|
*
Changed @with_argument_parser to only pass single argument to commands
Todd Leonhardt
2018-01-15
1
-20
/
+46
|
*
Just improved a few comments which had become outdated
Todd Leonhardt
2018-01-15
1
-5
/
+6
[next]