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
*
Added comment
Kevin Van Brunt
2019-06-14
1
-0
/
+4
*
Merge branch 'master' into history_fixes
Kevin Van Brunt
2019-06-14
6
-183
/
+203
|
\
|
*
Fixed flake8 error
Kevin Van Brunt
2019-06-13
1
-1
/
+0
|
*
Reverted making constant values for colors. This will be done on a future tic...
Kevin Van Brunt
2019-06-13
3
-16
/
+11
|
*
Transcript generation no longer terminates _cmdloop() when a command returns ...
Kevin Van Brunt
2019-06-12
1
-7
/
+8
|
*
Fixed UnsupportedOperation on fileno error when a shell command was one of th...
Kevin Van Brunt
2019-06-12
1
-11
/
+5
|
*
Made constants for color values
Kevin Van Brunt
2019-06-12
3
-11
/
+17
|
*
Revert "Move argparse parsing of CLI args back to cmdloop() from __init__()"
Kevin Van Brunt
2019-06-12
1
-17
/
+16
|
*
Move argparse parsing of CLI args back to cmdloop() from __init__()
Todd Leonhardt
2019-06-11
1
-16
/
+17
|
*
Removed support for cmd.cmdqueue
Kevin Van Brunt
2019-06-11
1
-43
/
+48
|
*
Updated change log and comment
Kevin Van Brunt
2019-06-07
1
-1
/
+1
|
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
2
-6
/
+0
|
*
Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...
Kevin Van Brunt
2019-06-07
2
-14
/
+19
|
*
Made comment more accurate
Kevin Van Brunt
2019-06-07
1
-1
/
+1
|
*
Moved a new helper function from cmd2.py to utils.py where it probably belonged
Todd Leonhardt
2019-06-07
2
-15
/
+17
|
*
Extracted duplicated code to utility function
Todd Leonhardt
2019-06-06
2
-4
/
+17
|
*
Refactored how and when transcript file glob patterns are expanded in order t...
Todd Leonhardt
2019-06-06
2
-13
/
+29
|
*
Transcript testing now properly handles commands which signal the application...
Todd Leonhardt
2019-06-06
1
-3
/
+9
|
*
runcmds_plus_hooks now handles HistoryItems
Kevin Van Brunt
2019-06-06
1
-2
/
+5
|
*
Merge branch 'master' into script_refactor
Kevin Van Brunt
2019-06-06
2
-91
/
+184
|
|
\
|
*
|
Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...
Kevin Van Brunt
2019-06-04
1
-6
/
+4
|
*
|
Removing duplicate functionality by calling runcmds_plus_hooks() to run cmdqueue
Kevin Van Brunt
2019-05-24
1
-10
/
+11
|
*
|
Running commands from history stops if a command returns True for its stop va...
Kevin Van Brunt
2019-05-24
1
-5
/
+1
|
*
|
Since transcript generation actually runs the commands, it now returns whethe...
Kevin Van Brunt
2019-05-24
1
-4
/
+10
|
*
|
Fixed count in output message printed after transcript generation
Kevin Van Brunt
2019-05-24
1
-2
/
+7
|
*
|
Stopping transcript generation if a command returns True for its stop value
Kevin Van Brunt
2019-05-24
1
-1
/
+4
|
*
|
Removed most return statements from finally blocks to avoid hiding exceptions
Kevin Van Brunt
2019-05-24
1
-39
/
+31
|
*
|
Fixed spelling
Kevin Van Brunt
2019-05-23
1
-1
/
+1
|
*
|
Returning value of stop from history command when it runs a script
Kevin Van Brunt
2019-05-23
1
-4
/
+5
|
*
|
Change load to run scripts immediately instead of queueing commands
Kevin Van Brunt
2019-05-23
1
-63
/
+42
*
|
|
Adding individual lines of commands to readline history to match how it was e...
Kevin Van Brunt
2019-06-14
1
-5
/
+7
*
|
|
Fixed bug where multiline commands were always being expanded in history output.
Kevin Van Brunt
2019-06-14
1
-11
/
+12
*
|
|
Fixed issue where input line was being saved before all of a multiline comman...
Kevin Van Brunt
2019-06-14
1
-2
/
+6
*
|
|
Fix history display issues
Todd Leonhardt
2019-06-13
2
-3
/
+3
|
|
/
|
/
|
*
|
Always remove persistent history file when history is cleared since it no lon...
Kevin Van Brunt
2019-06-06
1
-5
/
+6
*
|
Changed wrapping point of some help text
Kevin Van Brunt
2019-06-06
1
-11
/
+11
*
|
Changed wrapping point of history's help text to match all other help text in...
Kevin Van Brunt
2019-06-05
1
-1
/
+2
*
|
Minor rewording of a couple comments
Todd Leonhardt
2019-05-27
1
-2
/
+2
*
|
Add the -a/--all flag to the history command for showing all commands includi...
Todd Leonhardt
2019-05-27
2
-17
/
+44
*
|
Fix a bug discovered during manual testing
Todd Leonhardt
2019-05-27
1
-1
/
+2
*
|
Improve unit test coverage for history
kotfu
2019-05-25
1
-2
/
+2
*
|
Refactored implementation of HistoryItem.__str__ and added an explicit Histor...
Todd Leonhardt
2019-05-25
1
-4
/
+1
*
|
Switch back to os.path from pathlib
kotfu
2019-05-25
1
-7
/
+6
*
|
switch _initialize_history() from os.path to pathlib
kotfu
2019-05-25
1
-6
/
+7
*
|
Manually check whether persistent_history_file is a directory
kotfu
2019-05-25
1
-4
/
+7
*
|
Fixed flake error
kotfu
2019-05-25
1
-0
/
+1
*
|
Resolve PR feedback
kotfu
2019-05-25
2
-33
/
+34
*
|
Fix flake8 errors
kotfu
2019-05-24
1
-3
/
+5
*
|
Populate readline history from unpickled history
kotfu
2019-05-24
1
-22
/
+23
*
|
Refactor HistoryItem to not subclass str
kotfu
2019-05-24
2
-30
/
+36
[next]