summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-1/+1
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-1/+1
* .pfeedback() now honors feedback_to_output settingJared Crapo2017-08-191-1/+1
* Bump versions to 0.7.7aTodd Leonhardt2017-08-151-1/+1
* Updated commentKevin Van Brunt2017-08-151-2/+4
* Added workaround for bug in Python 2 on Linux when pygtk is installedTodd Leonhardt2017-08-151-0/+8
* The default buffer size is fine for 99% of pipe operationsTodd Leonhardt2017-08-101-7/+2
* Improved commentKevin Van Brunt2017-08-101-1/+3
* Merge branch 'master' into buffer_sizeTodd Leonhardt2017-08-101-1/+1
|\
| * Fix for occasional extra output at startup when using Python 2.7 on LinuxTodd Leonhardt2017-08-101-1/+1
* | Added pipe buffer size that can be tweaked if stdin/stdout need to be larger ...Kevin Van Brunt2017-08-101-5/+14
|/
* Made a few code ruggedizationsTodd Leonhardt2017-08-091-15/+18
* Minor tweak to wording of a comment for clarificationTodd Leonhardt2017-08-081-1/+1
* Slight rewording to a comment to make it more accurateTodd Leonhardt2017-08-081-1/+1
* Replaced direct calls to self.stdout.write() with calls to self.poutput().Todd Leonhardt2017-08-081-23/+40
* Changed how the pipe file descriptors get opened on Python 3 vs 2Todd Leonhardt2017-08-071-2/+9
* First attempt at improving how command output gets piped to a shell commandTodd Leonhardt2017-08-071-40/+55
* Updated CHANGES and bumped version in preparation for 0.7.6 releaseTodd Leonhardt2017-08-021-1/+1
* Added strip_ansi() function and visible_prompt properyTodd Leonhardt2017-08-021-6/+30
* Corrected help text for shortcuts since they don't have to be single keyKevin Van Brunt2017-07-191-1/+1
* Added support for case-insensitive tab-completion of cmd2 command namesTodd Leonhardt2017-07-131-1/+5
* Fixed a couple case sensitivity bugs and added an exampleTodd Leonhardt2017-07-121-2/+6
* Fixed a few typosTodd Leonhardt2017-07-111-3/+3
* Fixed a comment and updated CHANGESTodd Leonhardt2017-07-101-1/+1
* Minor attempt at ruggedization of clipboard stuff in some weird cases on Pyth...Todd Leonhardt2017-07-101-1/+2
* Attempt at fixing some extraneous output on Linux when using Python3 and xclipTodd Leonhardt2017-07-101-1/+6
* Fix a typo: paramters -> parametersFelix Yan2017-07-101-1/+1
* Bump version to 0.7.6a (from 0.7.5)Todd Leonhardt2017-07-081-1/+1
* Bump version to 0.7.5 (from 0.7.5a)0.7.5Todd Leonhardt2017-07-081-1/+1
* Added a few more unit testsTodd Leonhardt2017-07-081-3/+6
* Remove ugly file hack code which is no longer necessary as a Python 2/3 compa...Todd Leonhardt2017-07-081-11/+12
* Load command uses utf-8 encoding for opening files in Python 3 instead of OS-...Todd Leonhardt2017-07-081-3/+9
* Added an eos (end of script) hidden command and load now populates the cmdqueueTodd Leonhardt2017-07-081-40/+36
* Removed some extra newlines from error messages in do_load() and do__relative...Todd Leonhardt2017-07-051-5/+5
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-18/+14
* Bump version to 0.7.5aTodd Leonhardt2017-07-031-33/+4
* 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