summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Added fix for changes in pyperclip project structure in the most recent versionTodd Leonhardt2017-11-081-4/+15
* Removed a conditional which was made redundant by an outer conditional that g...Todd Leonhardt2017-09-231-4/+0
* Fixed a bug when edit is passed a large negative integer in quotesTodd Leonhardt2017-09-231-3/+21
* Fixed a bug which occurred when edit was called with an integer index larger ...Todd Leonhardt2017-09-231-7/+11
* Merge branch 'master' into support-load-in-onecmd_plus_hooksTodd Leonhardt2017-09-221-1/+1
|\
| * Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-1/+1
* | Provide method to run multiple commands w/o a cmdloop.Alfred Levy2017-09-221-12/+45
|/
* Improved poutput() so that it can print an integer zero and other falsy thingsTodd Leonhardt2017-09-051-1/+1
* Minor bug fixTodd Leonhardt2017-08-231-3/+2
* Exit on <control>D when on a ttyJared Crapo2017-08-231-0/+2
* Prompt and line now properly echoed on tty and pipeJared Crapo2017-08-231-9/+29
* Don’t try and sane the tty if stdin isn’t a ttyJared Crapo2017-08-231-2/+3
* Improved what gets printed when running commands from a script with load comm...Todd Leonhardt2017-08-231-4/+3
* Updated CHANGELOG with some text regarding recent enhancements to transcript ...Todd Leonhardt2017-08-221-5/+5
* Merge branch 'master' into fix/transcript_regexesTodd Leonhardt2017-08-221-10/+9
|\
| * Converted edit command to an @options command for the better argument parsing...Todd Leonhardt2017-08-211-10/+9
* | Fix a bug if there is only one slashJared Crapo2017-08-221-2/+4
* | modernize formattingJared Crapo2017-08-221-2/+2
* | Fix bug in history commandJared Crapo2017-08-221-4/+6
* | Checkpoint. Many tests working, multiline seems brokenJared Crapo2017-08-211-10/+61
* | Simple but working version of new regex transcriptJared Crapo2017-08-211-13/+34
|/
* 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