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
*
Really get rid of the inputFrom stuff, including documentation
kotfu
2018-04-29
1
-10
/
+0
*
multilineCommands -> multiline_commands
kotfu
2018-04-29
1
-9
/
+9
*
Remove trailing newline from cmdenvironment()
kotfu
2018-04-29
1
-3
/
+2
*
Fix incorrect error message
kotfu
2018-04-29
1
-1
/
+1
*
outputTo -> output_to
kotfu
2018-04-29
2
-9
/
+9
*
pipeTo -> pipe_to
kotfu
2018-04-29
2
-10
/
+10
*
_command_and_args switched to static method
kotfu
2018-04-29
1
-1
/
+2
*
multilineCommand -> multiline_command
kotfu
2018-04-29
2
-12
/
+12
*
Move quotes and redirection_chars from arguments to constants
kotfu
2018-04-29
2
-20
/
+28
*
Cleanup requested changes in pull request
kotfu
2018-04-29
2
-17
/
+16
*
Merge branch 'master' into ply
Todd Leonhardt
2018-04-28
1
-34
/
+36
|
\
|
*
Properly copying a list
Kevin Van Brunt
2018-04-28
1
-4
/
+8
|
*
Fixed issue where completion display function was overwritten when a submenu ...
Kevin Van Brunt
2018-04-27
1
-34
/
+32
*
|
Remove ‘<‘ from REDIRECTION_CHARS, it’s no longer used.
kotfu
2018-04-27
1
-1
/
+1
*
|
Fixes for constants being in separate file
Todd Leonhardt
2018-04-27
1
-2
/
+2
*
|
Merge branch 'master' into ply
Todd Leonhardt
2018-04-27
3
-32
/
+43
|
\
\
|
|
/
|
*
Create utils module for utility functions
kotfu
2018-04-27
3
-19
/
+25
|
*
Move constants into a separate file.
kotfu
2018-04-27
2
-14
/
+19
*
|
Add description of comment-matching regex
kotfu
2018-04-27
1
-0
/
+24
*
|
First stage of refactoring cmd2.parseline() for tab completion
kotfu
2018-04-26
2
-24
/
+85
*
|
Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIX
kotfu
2018-04-25
2
-42
/
+8
*
|
Remove references to legalChars
kotfu
2018-04-25
1
-1
/
+1
*
|
Add type hinting
kotfu
2018-04-24
1
-28
/
+43
*
|
Refactoring and code cleanup
kotfu
2018-04-24
2
-192
/
+11
*
|
Merge branch 'master' into ply
kotfu
2018-04-23
2
-182
/
+77
|
\
\
|
|
/
|
*
Updated constructor arguments
Eric Lin
2018-04-23
1
-0
/
+2
|
*
Changed initial value to a boolean.
Eric Lin
2018-04-23
1
-1
/
+1
|
*
Added support for using cmd2 application class methods as an argument complet...
Eric Lin
2018-04-23
2
-4
/
+16
|
*
Addressed PR comments. Simplified some of the implementation per PR comments.
Eric Lin
2018-04-23
2
-20
/
+17
|
*
Added some more comments for clarification.
Eric Lin
2018-04-21
2
-3
/
+6
|
*
Switched the default behavior in cmd2 for argparse commands to use the AutoCo...
Eric Lin
2018-04-21
1
-164
/
+3
|
*
Changed cmd2 to use autocompleter by default for all argparse commands. Not a...
Eric Lin
2018-04-20
2
-11
/
+53
*
|
Multiline now working
kotfu
2018-04-23
2
-4
/
+4
*
|
Another multiline fix
kotfu
2018-04-23
1
-3
/
+9
*
|
Fix some old bugs and bad behavior in multiline input
kotfu
2018-04-23
1
-2
/
+26
*
|
Multiline support mostly done
kotfu
2018-04-23
2
-3
/
+14
*
|
More work on multiline
kotfu
2018-04-23
2
-4
/
+8
*
|
Fix parsing of input redirection and appending output
kotfu
2018-04-23
1
-7
/
+8
*
|
No more importing pyparsing
kotfu
2018-04-23
1
-37
/
+0
*
|
Shortcuts and aliases fully implemented.
kotfu
2018-04-23
2
-7
/
+9
*
|
Shortcut and alias processing added to CommandParser()
kotfu
2018-04-23
1
-3
/
+41
*
|
Updates to comments and todo list
kotfu
2018-04-22
1
-3
/
+1
*
|
Fix default_to_shell unit tests
kotfu
2018-04-22
1
-5
/
+1
*
|
Submenus now call all hooks
kotfu
2018-04-22
1
-6
/
+7
*
|
Fix default() method
kotfu
2018-04-22
1
-2
/
+2
*
|
args has to be ‘’ not None
kotfu
2018-04-22
1
-3
/
+6
*
|
refactor Command() to Statement(str)
kotfu
2018-04-22
2
-44
/
+69
*
|
new shlex based parser grafted into cmd2.py
kotfu
2018-04-21
1
-35
/
+45
*
|
Merge branch 'master' into ply
kotfu
2018-04-21
2
-37
/
+33
|
\
\
|
|
/
|
*
Started adding type hints
Todd Leonhardt
2018-04-19
2
-37
/
+33
[next]