summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Add command finalization hookskotfu2018-07-051-6/+50
* | Postcommand hooks implementedkotfu2018-06-221-11/+20
* | Revise precommand hooks to use `data` parameterkotfu2018-06-211-3/+3
* | Use `data` instead of `params`kotfu2018-06-211-7/+7
* | Revised postparsing hookskotfu2018-06-211-6/+26
* | Merge branch 'master' into plugin_functionskotfu2018-06-211-56/+8
|\ \ | |/
| * Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-181-58/+9
* | Merge branch 'master' into plugin_functionskotfu2018-06-191-284/+327
|\ \ | |/
| * Improved docstring for ppaged()Todd Leonhardt2018-06-161-0/+2
| * Altered behavior further to lean towards giving the developer more power over...Todd Leonhardt2018-06-161-15/+9
| * Dramatically changed the approach to this PRTodd Leonhardt2018-06-161-16/+29
| * Merge branch 'master' into ppaged_pager_envTodd Leonhardt2018-06-131-3/+3
| |\
| | * Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-131-3/+3
| * | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-11/+13
| |/
| * Added .mypy_cache to .gitignoreTodd Leonhardt2018-06-101-6/+8
| * Added yet more type hintingTodd Leonhardt2018-06-101-77/+84
| * Added more type hintingTodd Leonhardt2018-06-091-64/+56
| * Working on improving type hintingTodd Leonhardt2018-06-091-104/+112
| * Merged from master and resolved conflictsTodd Leonhardt2018-06-071-21/+44
| |\
| | * Merge branch 'master' into autocompleterTodd Leonhardt2018-06-071-11/+18
| | |\
| | | * OSError is enough to catch the errors we are concerned withKevin Van Brunt2018-06-071-2/+2
| | | * Fixed a couple potential crashes on opening filesTodd Leonhardt2018-06-061-11/+18
| | * | Writing completion header to sys.stdout instead of self.stdoutKevin Van Brunt2018-06-061-1/+1
| | * | Added ability to print a header above tab-completion suggestionsKevin Van Brunt2018-06-061-0/+12
| | * | display_matches is no longer restricted to delimited stringsKevin Van Brunt2018-06-061-15/+17
| | |/
| * | Allowing quoted paths when piping and redirectingKevin Van Brunt2018-06-071-1/+1
| * | Fix unexpected redirection behaviorTodd Leonhardt2018-06-071-1/+1
| |/
* | preloop and postloop hooks must declare None return typekotfu2018-06-031-2/+2
* | Preloop and postloop hooks now validate signaturekotfu2018-06-031-8/+27
* | Precommand hooks now check typing of passed callableskotfu2018-06-031-1/+29
* | Begin converting precmd to passing and returning a data objectkotfu2018-06-031-1/+5
* | reminder to check for registered function signatureskotfu2018-05-311-0/+5
* | Merge branch 'master' into plugin_functionskotfu2018-05-311-1/+1
|\ \ | |/
| * Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
* | Clean up importskotfu2018-05-281-2/+1
* | Merge branch 'master' into plugin_functionskotfu2018-05-281-1/+1
|\ \ | |/
| * Update version to 0.9.1 for #4210.9.1kotfu2018-05-281-1/+1
| * Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
| * Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-1/+1
* | Merge branch 'master' into plugin_functionskotfu2018-05-271-14/+0
|\ \ | |/
| * Reverted preparse behavior to where it was (i.e. currently unused)Todd Leonhardt2018-05-271-1/+1
| * Fixed bug where preparse() wasn't called before parsingTodd Leonhardt2018-05-271-10/+1
* | Merge branch 'master' into plugin_functionskotfu2018-05-271-9/+0
|\ \ | |/
| * Removed unused functionKevin Van Brunt2018-05-261-9/+0
* | implement precommand and postcommand hookskotfu2018-05-271-2/+25
* | Add preloop and postloop hook capabilitieskotfu2018-05-261-0/+14
* | Preparsing hooks not feasible, discarding.kotfu2018-05-261-1/+0
* | Merge branch 'master' into plugin_functionskotfu2018-05-261-19/+130
|\ \ | |/
| * Merge branch 'master' into pyshell_readlineKevin Van Brunt2018-05-251-319/+40
| |\
| * | Updated comments and removed unneeded callKevin Van Brunt2018-05-251-8/+11