summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Make the same as test_transcription.pyJared Crapo2017-08-211-4/+5
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-211-3/+4
* Write documentation for revised transcription featureJared Crapo2017-08-211-10/+33
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-2/+2
* Ensure editor and the file to edit can have spaces in themJared Crapo2017-08-191-2/+3
* Added remove_unused.py example to demonstrate how to remove unused commandsTodd Leonhardt2017-07-311-0/+30
* Fixed a couple case sensitivity bugs and added an exampleTodd Leonhardt2017-07-121-0/+25
* Fixed a few bugs and examplesTodd Leonhardt2017-07-034-18/+22
* Removed pause commandTodd Leonhardt2017-07-031-3/+2
* Add screenshot to front pageTodd Leonhardt2017-07-031-1/+1
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-4/+7
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-2/+1
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+3
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-215-2/+2
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-142-4/+7
* Updated documentation and examplesTodd Leonhardt2017-06-143-16/+27
* Added new pyscript commandTodd Leonhardt2017-06-132-2/+9
* Updated example transcript test and docsTodd Leonhardt2017-06-031-2/+2
* Updated an example, features, and changes based on new support for path and c...Todd Leonhardt2017-05-171-12/+3
* Apparently regex syntax is stricter for Python 3 on Windows.Todd Leonhardt2017-03-162-1/+3
* Added a regex to transcript for color because its not present on Windows.Todd Leonhardt2017-03-161-2/+2
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-162-0/+19
* Improved the CmdResult namedtuple subclassTodd Leonhardt2017-03-142-6/+12
* Added intro with unicode characters to one example.Todd Leonhardt2017-03-141-3/+5
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-136-7/+13
* Improved examplesTodd Leonhardt2017-03-112-3/+112
* Added an example for how conditional control flow of a cmd2 application can b...Todd Leonhardt2017-03-112-0/+126
* Added basic example of how to use cmd2 in a manner that doesn't own the main ...Todd Leonhardt2017-03-041-0/+26
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-0/+88
* Changes to make our project as welcoming as possible for new contributors.Todd Leonhardt2017-02-264-0/+127