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
*
Merge branch 'master' into startup_script
Todd Leonhardt
2018-03-16
1
-7
/
+11
|
\
|
*
Changing how commands are parsed if default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-2
/
+11
|
*
Making parseline a bit closer to the orignal cmd version
Kevin Van Brunt
2018-03-16
1
-5
/
+0
*
|
Added ability to specify a startup_script in cmd2.Cmd.__init__()
Todd Leonhardt
2018-03-16
1
-1
/
+6
|
/
*
Added tab completion for shell commands when default_to_shell is True
Kevin Van Brunt
2018-03-16
1
-13
/
+12
*
alias and unalias commands are implemented
Kevin Van Brunt
2018-03-16
1
-10
/
+93
*
Optimizing
Kevin Van Brunt
2018-03-15
1
-13
/
+3
*
Initial version of aliases
Kevin Van Brunt
2018-03-15
1
-12
/
+57
*
Fixed indentation
Kevin Van Brunt
2018-03-15
1
-8
/
+8
*
Small refactors
Kevin Van Brunt
2018-03-15
1
-6
/
+4
*
Merge branch 'master' into moresub
Kevin Van Brunt
2018-03-15
1
-0
/
+3
|
\
|
*
remove history line in select when user insert choice
Alberto Sartori
2018-03-15
1
-0
/
+3
*
|
Added convenience function for calling correct tab-completion function for su...
Kevin Van Brunt
2018-03-15
1
-18
/
+96
*
|
No longer need to manually specify subcommand names for tab completion
Kevin Van Brunt
2018-03-14
1
-10
/
+14
*
|
Changed default_completer to all_else and it can be an iterable or function
Kevin Van Brunt
2018-03-14
1
-43
/
+29
|
/
*
Added table_display.py
Todd Leonhardt
2018-03-14
1
-1
/
+1
*
allow submenu history preservation
Alberto Sartori
2018-03-14
1
-3
/
+20
*
Merge branch 'master' into feature/copy-back-shared-attrs
Todd Leonhardt
2018-03-13
1
-3
/
+11
|
\
|
*
Merge branch 'master' into fix/submenu-require-shares
Todd Leonhardt
2018-03-13
1
-1
/
+9
|
|
\
|
|
*
Added option to cancel the current line on keyboard interrupt.
Mark Lalor
2018-03-12
1
-1
/
+9
|
*
|
AddSubMenu should work with default kwargs
Alberto Sartori
2018-03-13
1
-2
/
+2
|
|
/
*
|
add `preserve_shares` arg to AddSubMenu
Alberto Sartori
2018-03-13
1
-22
/
+30
|
/
*
FileNotFoundError does not exists on python 2
Alberto Sartori
2018-03-12
1
-3
/
+4
*
missing args in calling completenames
Alberto Sartori
2018-03-12
1
-1
/
+3
*
Tweaked logic on when to run default_completer
Kevin Van Brunt
2018-03-09
1
-4
/
+4
*
Tweaked complete function to handle cases where a flag appears before subcomm...
Kevin Van Brunt
2018-03-09
1
-28
/
+35
*
Try to fix unit tests on Windows
Todd Leonhardt
2018-03-07
1
-2
/
+2
*
Refactored the Windows vs macOS/Linux conditional in ppaged()
Todd Leonhardt
2018-03-07
1
-6
/
+7
*
Added broken_pipe_warning attribute of cmd2.Cmd.
Todd Leonhardt
2018-03-07
1
-8
/
+11
*
Added ppaged() method for printing output via a pager
Todd Leonhardt
2018-03-07
1
-1
/
+58
*
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
|
|
/
[next]