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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Forgot that topic and command names can overlap
Kevin Van Brunt
2018-03-31
1
-3
/
+3
|
*
Sorting matches earlier
Kevin Van Brunt
2018-03-31
1
-9
/
+12
|
*
Removed unnecessary sorting and duplicate removal from the completers since all
Kevin Van Brunt
2018-03-31
2
-67
/
+53
|
/
*
Merge pull request #332 from python-cmd2/display_length_fix
kmvanbrunt
2018-03-31
5
-86
/
+81
|
\
|
*
Updated documentation
Kevin Van Brunt
2018-03-31
2
-1
/
+3
|
*
Fixed comment
Kevin Van Brunt
2018-03-30
1
-2
/
+2
|
*
Fixed bug where display width was not being calculated for display_matches
Kevin Van Brunt
2018-03-30
3
-83
/
+76
|
/
*
Merge pull request #331 from python-cmd2/simple_quote_check
Todd Leonhardt
2018-03-30
1
-22
/
+12
|
\
|
*
Updated comments and simplified a check for an unclosed quote
Kevin Van Brunt
2018-03-30
1
-22
/
+12
|
/
*
Merge pull request #329 from python-cmd2/new_quoted_completion
kmvanbrunt
2018-03-29
14
-1208
/
+1652
|
\
|
*
Fixed comment
Kevin Van Brunt
2018-03-29
1
-1
/
+1
|
*
Fixed a comment a made a line more readable
Kevin Van Brunt
2018-03-29
1
-3
/
+3
|
*
Updated comment
Kevin Van Brunt
2018-03-28
1
-1
/
+2
|
*
Simplified the readline lib loading
Kevin Van Brunt
2018-03-28
1
-17
/
+8
|
*
Add conditional dependency on enum34 for Python 2.7
Todd Leonhardt
2018-03-28
3
-0
/
+8
|
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-28
1
-10
/
+19
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #330 from nsoranzo/master
Todd Leonhardt
2018-03-27
1
-10
/
+19
|
\
\
|
*
|
Wheel-compatible conditional requirements
Nicola Soranzo
2018-03-27
1
-10
/
+19
|
/
/
|
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
4
-40
/
+91
|
*
Addressed code review comments
Kevin Van Brunt
2018-03-27
4
-7
/
+15
|
*
Added checks for readline implementation type
Kevin Van Brunt
2018-03-27
1
-26
/
+41
|
*
Fixed a case where display_matches wasn't being set. Added unit tests.
Kevin Van Brunt
2018-03-27
2
-22
/
+59
|
*
Reorganized some unit tests
Kevin Van Brunt
2018-03-27
2
-75
/
+43
|
*
Added more unit tests
Kevin Van Brunt
2018-03-27
1
-1
/
+16
|
*
Added unit tests
Kevin Van Brunt
2018-03-27
1
-16
/
+69
|
*
Restoring all changes to readline before command loop exits
Kevin Van Brunt
2018-03-26
1
-17
/
+30
|
*
Simplified code
Kevin Van Brunt
2018-03-26
1
-5
/
+4
|
*
Updated change log
Kevin Van Brunt
2018-03-26
1
-0
/
+1
|
*
Updated comment
Kevin Van Brunt
2018-03-26
1
-1
/
+1
|
*
Added delimiter_complete function
Kevin Van Brunt
2018-03-26
1
-0
/
+58
|
*
Allowing multiple redirectors when tab completing
Kevin Van Brunt
2018-03-26
1
-33
/
+38
|
*
Added logic for choosing quote type
Kevin Van Brunt
2018-03-26
1
-2
/
+8
|
*
Fixed indexing bug and unit test
Kevin Van Brunt
2018-03-26
2
-5
/
+5
|
*
All completer routines now receive the entire token being completed in the te...
Kevin Van Brunt
2018-03-26
1
-96
/
+37
|
*
Removed unit test
Kevin Van Brunt
2018-03-25
1
-11
/
+0
|
*
Fixing unit tests
Kevin Van Brunt
2018-03-25
2
-148
/
+89
|
*
Removed unused imports
Kevin Van Brunt
2018-03-25
1
-2
/
+0
|
*
Improved parsing for tab completing redirectors
Kevin Van Brunt
2018-03-25
1
-20
/
+22
|
*
Added completion for redirection to every command
Kevin Van Brunt
2018-03-25
1
-2
/
+57
|
*
Added functions to set realine line buffer and cursor offset
Kevin Van Brunt
2018-03-25
1
-25
/
+45
|
*
Handling redirection characters in tab completion tokenizing
Kevin Van Brunt
2018-03-25
1
-16
/
+64
|
*
Updated documentation
Kevin Van Brunt
2018-03-25
3
-8
/
+6
|
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-25
3
-7
/
+11
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #328 from python-cmd2/redirect_quoted
Todd Leonhardt
2018-03-24
1
-4
/
+9
|
\
\
|
*
|
Allow quoted file paths when redirecting with < and >
Kevin Van Brunt
2018-03-24
1
-4
/
+9
|
/
/
*
|
Added link to video of Florida Pycon 2017 presentation on cmd2
Todd Leonhardt
2018-03-23
2
-3
/
+2
|
*
Moving toward properly tab completing redirections
Kevin Van Brunt
2018-03-25
1
-20
/
+30
|
*
Made subcommand specific completion work with Python 2 in the examples
Kevin Van Brunt
2018-03-24
3
-36
/
+39
|
*
Remove unneeded use of functools.partial
Kevin Van Brunt
2018-03-24
1
-1
/
+1
|
*
Moved all completer functions into cmd2 since they will now depend on cmd2.al...
Kevin Van Brunt
2018-03-24
1
-643
/
+530
[prev]
[next]