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
...
*
|
Fixed issue with negative indexes
Kevin Van Brunt
2018-03-23
1
-31
/
+21
*
|
Improved token parsing for tab completion
Kevin Van Brunt
2018-03-23
1
-11
/
+25
*
|
Added an extra parsing check
Kevin Van Brunt
2018-03-23
1
-0
/
+7
*
|
Added shell_cmd_complete() as a stand alone tab-completion function.
Kevin Van Brunt
2018-03-23
1
-158
/
+168
*
|
Renamed completions to matches
Kevin Van Brunt
2018-03-22
1
-44
/
+44
*
|
Added ability to write custom match display functions
Kevin Van Brunt
2018-03-22
1
-51
/
+90
*
|
Letting readline know we updated the display
Kevin Van Brunt
2018-03-22
1
-0
/
+4
*
|
Fixed GNU readline issue where the prompt did not always redraw properly
Kevin Van Brunt
2018-03-22
1
-32
/
+35
*
|
Added get_all_commands
Kevin Van Brunt
2018-03-22
1
-9
/
+18
*
|
Renamed exclude_from_help to hidden_commands
Kevin Van Brunt
2018-03-22
1
-51
/
+61
*
|
Make sure completion tokens are never empty
Kevin Van Brunt
2018-03-22
1
-12
/
+14
*
|
Fixed Python 2.7 issue
Kevin Van Brunt
2018-03-21
1
-2
/
+6
*
|
Added better analysis of tab completing shell commands
Kevin Van Brunt
2018-03-21
1
-21
/
+19
*
|
More unit test updates
Kevin Van Brunt
2018-03-21
1
-1
/
+1
*
|
Don't try to look for subcommands on something that is running as a shell com...
Kevin Van Brunt
2018-03-21
1
-8
/
+12
*
|
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-21
1
-5
/
+9
|
\
\
|
|
/
|
*
Fixed bug where readline got imported separately later
Todd Leonhardt
2018-03-21
1
-1
/
+0
|
*
Added back in preference for gnureadline if it is present
Todd Leonhardt
2018-03-21
1
-5
/
+9
*
|
Fixed Pycharm warnings
Kevin Van Brunt
2018-03-21
1
-11
/
+35
*
|
Fixed check for unclosed quote
Kevin Van Brunt
2018-03-21
1
-1
/
+7
*
|
Corrected display_entire_match behavior. A bit of refactoring.
Kevin Van Brunt
2018-03-21
1
-44
/
+97
*
|
Fixed issue where display matches were not being set
Kevin Van Brunt
2018-03-21
1
-3
/
+5
*
|
Added generic code for getting terminal size for Python versions prior to 3.3
Todd Leonhardt
2018-03-21
1
-1
/
+7
*
|
shutil.get_terminal_size does not exist before Python 3.3
Kevin Van Brunt
2018-03-21
1
-1
/
+4
*
|
Renamed a function
Kevin Van Brunt
2018-03-21
1
-2
/
+2
*
|
Updated comments
Kevin Van Brunt
2018-03-21
1
-4
/
+6
*
|
Made sure quoting of a token works on Python 2.7.
Kevin Van Brunt
2018-03-20
1
-20
/
+28
*
|
Fixed unit test failure on Python 2.7
Todd Leonhardt
2018-03-20
1
-1
/
+2
*
|
Returning on error
Kevin Van Brunt
2018-03-20
1
-0
/
+1
*
|
Merge branch 'master' into quoted_completion
Kevin Van Brunt
2018-03-20
1
-3
/
+40
|
\
\
|
|
/
|
*
Added an extra check to ppaged() to make sure cmd2 app is running in a real t...
Todd Leonhardt
2018-03-20
1
-2
/
+11
|
*
Fixed the text of the KeyboardInterrupt Exception that is getting raised with...
Todd Leonhardt
2018-03-20
1
-1
/
+1
|
*
Fix unit tests
Todd Leonhardt
2018-03-19
1
-1
/
+1
|
*
Added a default signal handler for SIGINT (Ctrl-C)
Todd Leonhardt
2018-03-19
1
-1
/
+24
|
*
~ only needs to be expanded if search text was entered
Kevin Van Brunt
2018-03-18
1
-2
/
+2
|
*
Fixed how we complete ~
Kevin Van Brunt
2018-03-18
1
-7
/
+6
*
|
Expanded do_shell parsing of command
Kevin Van Brunt
2018-03-20
1
-1
/
+14
*
|
Fixed Windows since pyreadline does not implement set_completion_display_matc...
Kevin Van Brunt
2018-03-20
1
-3
/
+28
*
|
Fixed index bug
Kevin Van Brunt
2018-03-20
1
-3
/
+9
*
|
Made cmd2.py executable
Kevin Van Brunt
2018-03-20
1
-0
/
+0
*
|
Fixed some unit tests
Kevin Van Brunt
2018-03-20
1
-6
/
+9
*
|
Made path completion work with tildes again
Kevin Van Brunt
2018-03-20
1
-19
/
+30
*
|
Using same completer delimiters. Added customization for how tab-completion s...
Kevin Van Brunt
2018-03-20
1
-94
/
+203
*
|
Renamed variable
Kevin Van Brunt
2018-03-20
1
-7
/
+7
*
|
Not altering copy of completion_token
Kevin Van Brunt
2018-03-20
1
-8
/
+6
*
|
Automatically adding an opening quote if needed during tab completion
Kevin Van Brunt
2018-03-20
1
-65
/
+84
*
|
Adding opening quote with GNU readline
Kevin Van Brunt
2018-03-20
1
-1
/
+47
*
|
Simplified function that tokenizes for tab completion
Kevin Van Brunt
2018-03-19
1
-20
/
+45
*
|
Appending closing quote and space when needed
Kevin Van Brunt
2018-03-19
1
-0
/
+14
*
|
First steps toward automatically added opening quote
Kevin Van Brunt
2018-03-19
1
-98
/
+67
[prev]
[next]