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
...
*
|
Allowing quotes in help command
Kevin Van Brunt
2018-03-19
1
-9
/
+17
*
|
Fixed pycharm warnings
Kevin Van Brunt
2018-03-19
1
-3
/
+6
*
|
Don't try to tab complete when the cursor is right after a closed quote
Kevin Van Brunt
2018-03-18
1
-1
/
+11
*
|
Changed when a closing quote is added
Kevin Van Brunt
2018-03-18
1
-30
/
+52
*
|
Fixed Pycharm warnings
Kevin Van Brunt
2018-03-18
1
-15
/
+11
*
|
Updated remaining completion functions to handle spaces within quotes
Kevin Van Brunt
2018-03-18
1
-27
/
+45
*
|
Updated complete_shell to handle spaces in exes
Kevin Van Brunt
2018-03-18
1
-6
/
+14
*
|
GNU readline hack to prevent automatically closing quotes
Kevin Van Brunt
2018-03-18
1
-16
/
+27
*
|
Fixed unit test
Kevin Van Brunt
2018-03-18
1
-7
/
+7
*
|
Merging stuff from other branches
Kevin Van Brunt
2018-03-18
1
-3
/
+6
*
|
Trying to change readline variable
Kevin Van Brunt
2018-03-18
1
-1
/
+10
*
|
Backing up work
Kevin Van Brunt
2018-03-18
1
-38
/
+41
*
|
More progress
Kevin Van Brunt
2018-03-17
1
-23
/
+30
*
|
Forgot a flag check
Kevin Van Brunt
2018-03-17
1
-1
/
+1
*
|
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-17
1
-1
/
+6
|
\
\
|
|
/
|
*
Merge branch 'master' into startup_script
Todd Leonhardt
2018-03-16
1
-7
/
+11
|
|
\
|
*
|
Added ability to specify a startup_script in cmd2.Cmd.__init__()
Todd Leonhardt
2018-03-16
1
-1
/
+6
*
|
|
First version of allowing quotes in tab completion
Kevin Van Brunt
2018-03-17
1
-65
/
+114
|
|
/
|
/
|
*
|
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 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
[prev]
[next]