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
/
cmd2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated macro documentation
0.9.9
Kevin Van Brunt
2019-02-21
1
-2
/
+2
*
Removed os.system in favor of do_shell
Kevin Van Brunt
2019-02-21
1
-6
/
+5
*
No longer sorting settable during initialization since the show method alread...
Kevin Van Brunt
2019-02-20
1
-6
/
+1
*
Fixed bug where items tab completed in set were not current
Kevin Van Brunt
2019-02-20
1
-3
/
+7
*
Suppress KeyboardInterrupt in portions of py/pyscript where the interactive c...
Kevin Van Brunt
2019-02-06
1
-141
/
+157
*
Fixed issue where calling exit() or quit() from a pyscript would close the wh...
Kevin Van Brunt
2019-02-06
1
-137
/
+138
*
Added tab completion of paths to pyscript script arguments
Kevin Van Brunt
2019-01-08
1
-2
/
+3
*
Improved comment
Kevin Van Brunt
2018-12-21
1
-1
/
+3
*
Restored default behavior of setting cmd_echo to False before running a py sc...
Kevin Van Brunt
2018-12-21
1
-0
/
+4
*
Fixed bug in cmd2.Cmd.select() when user enters 0 or negative number
Todd Leonhardt
2018-12-13
1
-0
/
+2
*
Removed ERROR: text from perror output
Kevin Van Brunt
2018-12-06
1
-1
/
+1
*
Added some return type hints
Kevin Van Brunt
2018-12-05
1
-9
/
+9
*
Moved some class specific code out of __init__
Kevin Van Brunt
2018-12-03
1
-4
/
+4
*
Moved default_to_shell logic back to default()
Kevin Van Brunt
2018-12-03
1
-17
/
+14
*
Made it so default_to_shell results in do_shell being called so that output c...
Kevin Van Brunt
2018-11-30
1
-29
/
+36
*
Renamed display_width to ansi_safe_wcswidth
Kevin Van Brunt
2018-11-16
1
-4
/
+4
*
Added wrapper for wcswidth that removes ansi escape characters
Kevin Van Brunt
2018-11-15
1
-6
/
+5
*
Remove elif: decolorized_write already handles it
Ethan McCreadie
2018-11-01
1
-4
/
+1
*
Strip color codes when redirecting w/ ppaged()
Ethan McCreadie
2018-11-01
1
-0
/
+3
*
Fixed messed up GitHub auto-commit from PR suggestion
Todd Leonhardt
2018-10-26
1
-2
/
+1
*
Update cmd2/cmd2.py
kmvanbrunt
2018-10-26
1
-1
/
+1
*
Update cmd2/cmd2.py
kmvanbrunt
2018-10-26
1
-1
/
+1
*
Update cmd2/cmd2.py
kmvanbrunt
2018-10-26
1
-1
/
+1
*
Improved documentation for argument parsing decorators
Todd Leonhardt
2018-10-26
1
-13
/
+21
*
Refactored filtering in path_complete to use a function
Kevin Van Brunt
2018-10-26
1
-11
/
+11
*
cmdloop now checks to see if it is running in the main thread before attempti...
Todd Leonhardt
2018-10-21
1
-6
/
+9
*
Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...
Todd Leonhardt
2018-10-18
1
-20
/
+0
*
Updated outdated header comment in cmd2.py
Todd Leonhardt
2018-10-14
1
-1
/
+1
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
1
-5
/
+15
*
Refactored async_alert
Kevin Van Brunt
2018-10-11
1
-56
/
+43
*
Using wcwidth to calculate display width of prompt
Kevin Van Brunt
2018-10-11
1
-18
/
+25
*
Do not asynchronously update continuation prompts
Kevin Van Brunt
2018-10-11
1
-16
/
+26
*
Syle-based refactor
Kevin Van Brunt
2018-10-11
1
-2
/
+2
*
Added documentation stating that parsers passed to argparse decorators need t...
Todd Leonhardt
2018-10-06
1
-2
/
+2
*
set_window_title() will no longer write to stderr unless self._terminal_lock ...
Kevin Van Brunt
2018-10-05
1
-17
/
+32
*
Using sub-command instead of subcommand where possible to be consistent with ...
Kevin Van Brunt
2018-10-05
1
-12
/
+12
*
Added hyphen to subparser title
Kevin Van Brunt
2018-10-04
1
-2
/
+2
*
Added title subcommand groups
Kevin Van Brunt
2018-10-04
1
-2
/
+2
*
Fixed issue introduced in the recent batch of changes that appended to histor...
Kevin Van Brunt
2018-10-04
1
-2
/
+2
*
Updated docstring
Kevin Van Brunt
2018-10-03
1
-2
/
+2
*
Merge branch 'master' into py_enhancements
Todd Leonhardt
2018-10-03
1
-56
/
+61
|
\
|
*
Updated comment
Kevin Van Brunt
2018-10-03
1
-2
/
+2
|
*
Commands with categories will no longer show in the 'Undocumented commands' s...
Kevin Van Brunt
2018-10-03
1
-22
/
+32
|
*
Don't recognize help functions for argparse commands
Kevin Van Brunt
2018-10-03
1
-7
/
+7
|
*
Fixed argparse help summary when no docstring was provided
Kevin Van Brunt
2018-10-03
1
-33
/
+28
*
|
Returned cmd_echo default to False except when running a Python command at th...
Kevin Van Brunt
2018-10-02
1
-0
/
+2
*
|
Don't worry about unquoting alias and macro names as they shouldn't be entere...
Kevin Van Brunt
2018-10-02
1
-24
/
+10
*
|
Changed default() to print the actual command run for unknown syntax errors.
Kevin Van Brunt
2018-10-02
1
-12
/
+6
*
|
Added echo parameter for calling commands from Pyscript
Kevin Van Brunt
2018-10-02
1
-1
/
+15
|
/
*
Remove self from pystate if locals_in_py is False
Kevin Van Brunt
2018-10-01
1
-0
/
+2
[next]