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
*
Removed pause command
Todd Leonhardt
2017-07-03
1
-10
/
+33
*
Fixed bugs, removed dead code, and added unit tests
Todd Leonhardt
2017-07-02
1
-18
/
+4
*
Fixed bug where I was accidentally using a feature that is only available in ...
Todd Leonhardt
2017-07-02
1
-5
/
+3
*
Added a bunch of unit tests
Todd Leonhardt
2017-07-02
1
-24
/
+24
*
Removed unnecessary try/except in do_shell
Todd Leonhardt
2017-07-02
1
-8
/
+3
*
shell command now uses cmd.Cmd.stdout for output
Todd Leonhardt
2017-07-02
1
-9
/
+3
*
First pass at refactoring shell command
Todd Leonhardt
2017-07-02
1
-1
/
+10
*
Stopped skipping a unit test on Windows which should pass now
Todd Leonhardt
2017-07-01
1
-2
/
+1
*
Fixed unicode bug on Windows in pyscript command
Todd Leonhardt
2017-07-01
1
-3
/
+4
*
Added some unit tests related to help and the help menu
Todd Leonhardt
2017-07-01
1
-1
/
+3
*
Fix issue where pyperclip was printing line on startup when clipboard is empty
Todd Leonhardt
2017-06-30
1
-1
/
+1
*
Refactored clipboard code to make it a tiny bit simpler
Todd Leonhardt
2017-06-30
1
-21
/
+18
*
Fixed a sys.platform check
Todd Leonhardt
2017-06-30
1
-1
/
+1
*
Added code to set can_clip to False on Linux if can't copy/paste clipboard
Todd Leonhardt
2017-06-30
1
-1
/
+6
*
Merge branch 'master' into pyperclip
Todd Leonhardt
2017-06-30
1
-7
/
+57
|
\
|
*
Fixed Python warnings
Kevin Van Brunt
2017-06-30
1
-7
/
+10
|
*
Verifying a file to be loaded as a text script is either ASCII or UTF-8
Kevin Van Brunt
2017-06-30
1
-1
/
+48
*
|
Replaced clipboard copy and paste custom code with pyperclip
Todd Leonhardt
2017-06-30
1
-133
/
+18
|
/
*
Bumped version to 0.7.4 and updated CHANGES file
Todd Leonhardt
2017-06-29
1
-1
/
+1
*
Made output pipe to shell command featuer much more reliable
Todd Leonhardt
2017-06-29
1
-11
/
+10
*
Command-line pipe is now handled by subprocess module instead of shell
Todd Leonhardt
2017-06-29
1
-12
/
+11
*
Refactored to replace custom StubbornDict with collections.OrderedDict
Todd Leonhardt
2017-06-29
1
-82
/
+18
*
Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...
Todd Leonhardt
2017-06-29
1
-7
/
+10
*
Just checking for presence of the xclip executable in the file system path is...
Todd Leonhardt
2017-06-28
1
-6
/
+5
*
Attempt at fixing how xclip is checked for on Linux systems
Todd Leonhardt
2017-06-28
1
-3
/
+2
*
Completely removed use of self.default_file_name
Todd Leonhardt
2017-06-28
1
-7
/
+22
*
Fixed crash in edit if called with no argument and empty history
Todd Leonhardt
2017-06-28
1
-1
/
+5
*
Updated comments to relect where default_file_name is used
Todd Leonhardt
2017-06-28
1
-6
/
+11
*
Simplified implementation of do__relative_load
Todd Leonhardt
2017-06-28
1
-15
/
+17
*
Removed the ability for load command to load a script from a URL
Todd Leonhardt
2017-06-28
1
-43
/
+10
*
Ensure path completion results are sorted alphabetically on all OSes
Todd Leonhardt
2017-06-25
1
-3
/
+5
*
Fix Linux clipboard code so it works on both Python 2 and Python 3
Todd Leonhardt
2017-06-25
1
-3
/
+14
*
Various fixes and improvements
Todd Leonhardt
2017-06-25
1
-20
/
+11
*
Set version to 0.7.4b for now
Todd Leonhardt
2017-06-24
1
-1
/
+1
*
Reword output for cmdenvironment
Todd Leonhardt
2017-06-16
1
-5
/
+7
*
Removed some help_* methods
Todd Leonhardt
2017-06-16
1
-105
/
+21
*
Fixed tab completion of command and shell commands
Todd Leonhardt
2017-06-15
1
-11
/
+16
*
Added override of cmd.completenames() method
Todd Leonhardt
2017-06-15
1
-3
/
+16
*
Updated CHANGES.md file and bumped version to 0.7.3
Todd Leonhardt
2017-06-14
1
-1
/
+1
*
Changed default value for USE_ARG_LIST global to True
Todd Leonhardt
2017-06-14
1
-3
/
+3
*
pyscript now expands the script path before calling do_py
Todd Leonhardt
2017-06-13
1
-1
/
+1
*
Added new pyscript command
Todd Leonhardt
2017-06-13
1
-0
/
+36
*
Minor cleanup
Todd Leonhardt
2017-06-13
1
-1
/
+1
*
Ruggedized do_py by adding try/except/finally
Todd Leonhardt
2017-06-13
1
-46
/
+50
*
Fixes a bug which caused transcript failures to display twice
Todd Leonhardt
2017-06-13
1
-2
/
+1
*
Manually set readline delimiters to not include a dash ("-")
Todd Leonhardt
2017-06-09
1
-0
/
+4
*
Fix a bug in history command
Todd Leonhardt
2017-06-04
1
-2
/
+5
*
Updated cmdenvironment command
Todd Leonhardt
2017-06-03
1
-3
/
+6
*
Removed redundant list command
Todd Leonhardt
2017-06-03
1
-35
/
+14
*
Made a few minor clarifying comment tweaks
Todd Leonhardt
2017-06-01
1
-3
/
+5
[next]