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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a lot of warnings
Kevin Van Brunt
2019-03-01
4
-22
/
+23
*
Removed ability to call commands as if they were functions in pyscript (e.g. ...
Kevin Van Brunt
2019-02-28
1
-281
/
+25
*
Updated the examples to illustrate sorting CompletionItems
Kevin Van Brunt
2019-02-27
1
-4
/
+4
*
Added matches_sort_key member to cmd2
Kevin Van Brunt
2019-02-27
2
-15
/
+30
*
Made cmd2_app a positional and required argument of AutoCompleter.
Kevin Van Brunt
2019-02-23
3
-304
/
+21
*
Restored called to expanduser in do_edit() instead of relying on do_shell() t...
0.9.10
Kevin Van Brunt
2019-02-22
1
-2
/
+2
*
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
*
Echoing string data directly to inner_stream instead of inner_stream.buffer t...
Kevin Van Brunt
2019-01-24
1
-6
/
+5
*
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
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
7
-18
/
+21
*
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
*
Updated comment
Kevin Van Brunt
2018-11-30
1
-4
/
+4
*
Renamed display_width to ansi_safe_wcswidth
Kevin Van Brunt
2018-11-16
2
-6
/
+7
*
Added wrapper for wcswidth that removes ansi escape characters
Kevin Van Brunt
2018-11-15
2
-6
/
+16
*
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
2
-12
/
+12
*
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
*
Refactored
Kevin Van Brunt
2018-10-13
1
-26
/
+29
*
Argparse commands called as methods of PyscriptBridge now go through onecmd_p...
Kevin Van Brunt
2018-10-12
1
-14
/
+15
*
Non-argparse commands called as methods of PyscriptBridge now go through onec...
Kevin Van Brunt
2018-10-12
1
-1
/
+6
*
You can now call a macro with extra arguments
Kevin Van Brunt
2018-10-12
2
-7
/
+17
*
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
*
Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sections
Kevin Van Brunt
2018-10-10
1
-2
/
+4
*
Fixed issue where flag at beginning of REMAINDER section was tab completing
Kevin Van Brunt
2018-10-10
1
-10
/
+8
*
Added code to handle -- in argparse completer
Kevin Van Brunt
2018-10-10
2
-22
/
+43
*
Added tests for token_resembles_flag
Kevin Van Brunt
2018-10-09
1
-1
/
+2
*
Fixed error where an inner stream like StringIO doesn't have a buffer attribute.
Kevin Van Brunt
2018-10-09
1
-2
/
+8
[next]