summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Removed pause commandTodd Leonhardt2017-07-031-10/+33
* Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-021-18/+4
* Fixed bug where I was accidentally using a feature that is only available in ...Todd Leonhardt2017-07-021-5/+3
* Added a bunch of unit testsTodd Leonhardt2017-07-021-24/+24
* Removed unnecessary try/except in do_shellTodd Leonhardt2017-07-021-8/+3
* shell command now uses cmd.Cmd.stdout for outputTodd Leonhardt2017-07-021-9/+3
* First pass at refactoring shell commandTodd Leonhardt2017-07-021-1/+10
* Stopped skipping a unit test on Windows which should pass nowTodd Leonhardt2017-07-011-2/+1
* Fixed unicode bug on Windows in pyscript commandTodd Leonhardt2017-07-011-3/+4
* Added some unit tests related to help and the help menuTodd Leonhardt2017-07-011-1/+3
* Fix issue where pyperclip was printing line on startup when clipboard is emptyTodd Leonhardt2017-06-301-1/+1
* Refactored clipboard code to make it a tiny bit simplerTodd Leonhardt2017-06-301-21/+18
* Fixed a sys.platform checkTodd Leonhardt2017-06-301-1/+1
* Added code to set can_clip to False on Linux if can't copy/paste clipboardTodd Leonhardt2017-06-301-1/+6
* Merge branch 'master' into pyperclipTodd Leonhardt2017-06-301-7/+57
|\
| * Fixed Python warningsKevin Van Brunt2017-06-301-7/+10
| * Verifying a file to be loaded as a text script is either ASCII or UTF-8Kevin Van Brunt2017-06-301-1/+48
* | Replaced clipboard copy and paste custom code with pyperclipTodd Leonhardt2017-06-301-133/+18
|/
* Bumped version to 0.7.4 and updated CHANGES fileTodd Leonhardt2017-06-291-1/+1
* Made output pipe to shell command featuer much more reliableTodd Leonhardt2017-06-291-11/+10
* Command-line pipe is now handled by subprocess module instead of shellTodd Leonhardt2017-06-291-12/+11
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-82/+18
* Mac and Linux now have more similar subprocess.Popen interaction with CLI uti...Todd Leonhardt2017-06-291-7/+10
* Just checking for presence of the xclip executable in the file system path is...Todd Leonhardt2017-06-281-6/+5
* Attempt at fixing how xclip is checked for on Linux systemsTodd Leonhardt2017-06-281-3/+2
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-7/+22
* Fixed crash in edit if called with no argument and empty historyTodd Leonhardt2017-06-281-1/+5
* Updated comments to relect where default_file_name is usedTodd Leonhardt2017-06-281-6/+11
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-15/+17
* Removed the ability for load command to load a script from a URLTodd Leonhardt2017-06-281-43/+10
* Ensure path completion results are sorted alphabetically on all OSesTodd Leonhardt2017-06-251-3/+5
* Fix Linux clipboard code so it works on both Python 2 and Python 3Todd Leonhardt2017-06-251-3/+14
* Various fixes and improvementsTodd Leonhardt2017-06-251-20/+11
* Set version to 0.7.4b for nowTodd Leonhardt2017-06-241-1/+1
* Reword output for cmdenvironmentTodd Leonhardt2017-06-161-5/+7
* Removed some help_* methodsTodd Leonhardt2017-06-161-105/+21
* Fixed tab completion of command and shell commandsTodd Leonhardt2017-06-151-11/+16
* Added override of cmd.completenames() methodTodd Leonhardt2017-06-151-3/+16
* Updated CHANGES.md file and bumped version to 0.7.3Todd Leonhardt2017-06-141-1/+1
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-3/+3
* pyscript now expands the script path before calling do_pyTodd Leonhardt2017-06-131-1/+1
* Added new pyscript commandTodd Leonhardt2017-06-131-0/+36
* Minor cleanupTodd Leonhardt2017-06-131-1/+1
* Ruggedized do_py by adding try/except/finallyTodd Leonhardt2017-06-131-46/+50
* Fixes a bug which caused transcript failures to display twiceTodd Leonhardt2017-06-131-2/+1
* Manually set readline delimiters to not include a dash ("-")Todd Leonhardt2017-06-091-0/+4
* Fix a bug in history commandTodd Leonhardt2017-06-041-2/+5
* Updated cmdenvironment commandTodd Leonhardt2017-06-031-3/+6
* Removed redundant list commandTodd Leonhardt2017-06-031-35/+14
* Made a few minor clarifying comment tweaksTodd Leonhardt2017-06-011-3/+5