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
*
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
*
|
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
*
|
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-23
2
-5
/
+7
|
\
\
|
|
/
|
*
Fixed check for whether a subcommand was entered
Kevin Van Brunt
2018-03-23
2
-6
/
+8
*
|
Using shlex.split() again since filenames were being split on periods
Kevin Van Brunt
2018-03-23
1
-2
/
+1
*
|
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
*
|
Updated documentation
Kevin Van Brunt
2018-03-23
1
-2
/
+3
*
|
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
2
-208
/
+177
*
|
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
*
|
Fixed unit tests
Kevin Van Brunt
2018-03-22
1
-5
/
+10
*
|
Renamed exclude_from_help to hidden_commands
Kevin Van Brunt
2018-03-22
4
-57
/
+85
*
|
Make sure completion tokens are never empty
Kevin Van Brunt
2018-03-22
1
-12
/
+14
*
|
Merge branch 'master' into new_quoted_completion
Kevin Van Brunt
2018-03-22
1
-1
/
+1
|
\
\
|
|
/
|
*
Updated CONTRIBUTING to recommend using the --forked flag when doing code cov...
Todd Leonhardt
2018-03-21
1
-1
/
+1
*
|
Increased coverage of completion tests
Kevin Van Brunt
2018-03-22
1
-56
/
+105
*
|
Fixed Python 2.7 issue
Kevin Van Brunt
2018-03-21
1
-2
/
+6
*
|
All existing tab completion unit tests work
Kevin Van Brunt
2018-03-21
1
-166
/
+42
*
|
Finished subcommand completion unit tests
Kevin Van Brunt
2018-03-21
1
-80
/
+28
*
|
Added better analysis of tab completing shell commands
Kevin Van Brunt
2018-03-21
1
-21
/
+19
*
|
Finished basic, flag, and index completion unit tests
Kevin Van Brunt
2018-03-21
1
-67
/
+36
*
|
Fixed all path matching unit tests
Kevin Van Brunt
2018-03-21
1
-25
/
+7
*
|
More unit test updates
Kevin Van Brunt
2018-03-21
2
-19
/
+20
[next]