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
...
*
|
Added a convenience function for tagging command categories.
Eric Lin
2018-04-09
1
-0
/
+13
*
|
Added ability to group commands by category when printing the help menu.
Eric Lin
2018-04-09
1
-3
/
+20
|
/
*
Updated version number of release
0.8.3
Kevin Van Brunt
2018-04-09
1
-1
/
+1
*
No longer expanding env vars since the shell will do that
Kevin Van Brunt
2018-04-06
1
-2
/
+3
*
Refactored function
Kevin Van Brunt
2018-04-03
1
-6
/
+6
*
Added padding to display matches for visual appeal
Kevin Van Brunt
2018-04-03
1
-1
/
+31
*
Don't try to load empty or non-existent startup script
Kevin Van Brunt
2018-04-02
1
-5
/
+7
*
Added ability to query individual alias
Kevin Van Brunt
2018-04-02
1
-7
/
+17
*
Allowing aliases to contain other aliases
Kevin Van Brunt
2018-04-02
1
-12
/
+50
*
Allow an alias name to match a command name
Kevin Van Brunt
2018-03-31
1
-9
/
+3
*
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
1
-57
/
+35
*
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
1
-83
/
+69
*
Updated comments and simplified a check for an unclosed quote
Kevin Van Brunt
2018-03-30
1
-22
/
+12
*
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
*
Simplified how to add tab completion to a subcommand
Kevin Van Brunt
2018-03-28
1
-25
/
+61
*
Addressed code review comments
Kevin Van Brunt
2018-03-27
1
-2
/
+6
*
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
1
-12
/
+15
*
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 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
1
-3
/
+3
*
All completer routines now receive the entire token being completed in the te...
Kevin Van Brunt
2018-03-26
1
-96
/
+37
*
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
1
-1
/
+1
*
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-25
1
-4
/
+9
|
\
|
*
Allow quoted file paths when redirecting with < and >
Kevin Van Brunt
2018-03-24
1
-4
/
+9
*
|
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
1
-7
/
+8
*
|
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
*
|
Removed unused variable
Kevin Van Brunt
2018-03-24
1
-1
/
+0
*
|
Moving code
Kevin Van Brunt
2018-03-24
1
-16
/
+18
*
|
Simplifying the code by calling readline functions directly.
Kevin Van Brunt
2018-03-24
1
-86
/
+119
*
|
Renamed variable for clarity
Kevin Van Brunt
2018-03-24
1
-10
/
+10
*
|
Reversed logic for readability
Kevin Van Brunt
2018-03-24
1
-9
/
+9
*
|
Returning both the unquoted and raw tokens for tab completion
Kevin Van Brunt
2018-03-24
1
-37
/
+45
*
|
Using shlex.split() again since filenames were being split on periods
Kevin Van Brunt
2018-03-23
1
-2
/
+1
[prev]
[next]