summaryrefslogtreecommitdiff
path: root/cmd2/history.py
Commit message (Expand)AuthorAgeFilesLines
* Add history api documentationkotfu2020-02-201-16/+26
* Took out rstrip() calls that are no longer neeededKevin Van Brunt2019-12-101-2/+2
* Fixed bug where was sometimes showing raw and expanded commands when they we...Kevin Van Brunt2019-07-171-3/+6
* Removed unneeded (optional) text from docstringsKevin Van Brunt2019-06-261-3/+3
* Fix verbose history tests and behaviorTodd Leonhardt2019-06-241-1/+1
* Initial Commit for Issue 698xNinjaKittyx2019-06-241-2/+2
* Added commentKevin Van Brunt2019-06-141-0/+4
* Fixed bug where multiline commands were always being expanded in history output.Kevin Van Brunt2019-06-141-11/+12
* Fix history display issuesTodd Leonhardt2019-06-131-2/+2
* Minor rewording of a couple commentsTodd Leonhardt2019-05-271-2/+2
* Add the -a/--all flag to the history command for showing all commands includi...Todd Leonhardt2019-05-271-11/+35
* Refactored implementation of HistoryItem.__str__ and added an explicit Histor...Todd Leonhardt2019-05-251-4/+1
* Fixed flake errorkotfu2019-05-251-0/+1
* Resolve PR feedbackkotfu2019-05-251-24/+25
* Fix flake8 errorskotfu2019-05-241-3/+5
* Refactor HistoryItem to not subclass strkotfu2019-05-241-24/+28
* Initializing history now detects plaintext or pickle formatkotfu2019-05-241-0/+14
* Cleaned up some PyCharm warningsTodd Leonhardt2019-03-131-2/+2
* Negative ending history indices include the referenced command, instead of ex...kotfu2019-03-111-9/+24
* Allow both history indices to be negativekotfu2019-03-101-3/+1
* Clean up history commandkotfu2019-03-091-80/+103
* Reworked get() on History classkotfu2019-03-091-34/+57
* Potential fixes for outstanding multi-line issues in history commandTodd Leonhardt2019-03-031-2/+2
* expanded history searches with string or regex for #545kotfu2019-02-161-2/+3
* Added -x option to history command for #545kotfu2019-02-091-6/+21
* Extract history classes and test into their own fileskotfu2019-02-091-0/+151