summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
* Updated argparse_completer to automatically set the matches_sorted flag for t...Eric Lin2018-08-011-0/+1
* Added alphabetical_sort() functionKevin Van Brunt2018-08-012-7/+14
* Added matches_sorted member to support custom sorting order of tab-completion...Kevin Van Brunt2018-08-012-17/+40
* Fix Sphinx warning in preparse docstringTodd Leonhardt2018-07-301-2/+2
* Use setuptools_scm for version numberskotfu2018-07-292-4/+10
* Merged master with bug fix for #474Todd Leonhardt2018-07-171-10/+8
|\
| * Bug fix and unit tests for #474kotfu2018-07-161-10/+8
* | Started updating CHANGELOGTodd Leonhardt2018-07-161-1/+1
* | Add usage warning to preparse() for #417kotfu2018-07-151-3/+13
* | Fix for #417, call preparse()kotfu2018-07-151-1/+1
* | Resolved merge conflict from merging master into plugin_functionsTodd Leonhardt2018-07-122-63/+62
|\ \ | |/
| * Merge branch 'master' into historyTodd Leonhardt2018-07-122-38/+0
| |\
| | * Deleted the CmdResult helper classTodd Leonhardt2018-07-112-38/+0
| * | Merge branch 'master' into historyKevin Van Brunt2018-07-121-2/+7
| |\ \ | | |/
| * | Added --clear argument to history commandKevin Van Brunt2018-07-112-24/+61
* | | Merge branch 'master' into plugin_functionsTodd Leonhardt2018-07-111-2/+7
|\ \ \ | | |/ | |/|
| * | Allow onecmd to accept a raw string for backward compatibility with cmdTodd Leonhardt2018-07-101-2/+7
| |/
* | Merge branch 'master' into plugin_functionskotfu2018-07-101-1/+1
|\ \ | |/
| * Use instance attribute for terminatorsKyle Sunden2018-07-101-1/+1
* | Fixed a Sphinx autodoc warning due to minor formatting issues in docstring of...Todd Leonhardt2018-07-091-2/+3
* | Fixed a couple type hints and minor pep8-style formatting issuesTodd Leonhardt2018-07-093-30/+33
* | Add type hinting to hook methodskotfu2018-07-071-12/+12
* | Move LINE_FEED into constantskotfu2018-07-072-5/+5
* | Merge branch 'master' into plugin_functionskotfu2018-07-054-9/+36
|\ \ | |/
| * Bumped version to 0.9.3 now that 0.9.2 release is outTodd Leonhardt2018-06-281-1/+1
| * Bump version to 0.9.2 in preparation for releaseTodd Leonhardt2018-06-281-1/+1
| * Merge branch 'master' into autocompleterTodd Leonhardt2018-06-275-81/+94
| |\
| | * Fix bug for startup script with spacesTodd Leonhardt2018-06-261-1/+1
| | * Merge branch 'master' into command_resultTodd Leonhardt2018-06-251-1/+0
| | |\
| | | * Removed unused class memberKevin Van Brunt2018-06-251-1/+0
| | * | Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-233-3/+4
| | |/
| * | Added some explanation of CompletionItem usage in codeEric Lin2018-06-131-3/+30
* | | Add command finalization hookskotfu2018-07-052-6/+51
* | | Merge branch 'master' into plugin_functionskotfu2018-06-221-4/+6
|\ \ \ | | |/ | |/|
| * | Corrected how we force a redisplay in pyreadlineKevin Van Brunt2018-06-221-4/+6
* | | Postcommand hooks implementedkotfu2018-06-222-13/+23
* | | 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-212-56/+57
|\ \ \ | |/ /
| * | Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-182-58/+58
* | | Merge branch 'master' into plugin_functionskotfu2018-06-198-349/+456
|\ \ \ | |/ /
| * | 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-132-4/+9
| |\ \ | | |/
| | * Added a check to verify the existence of a descriptive header. Added a consta...Eric Lin2018-06-132-4/+9
| * | Added pager settable parameter to control the command used to display paged o...Todd Leonhardt2018-06-111-11/+13
| |/
| * Merge branch 'master' into type_hintingTodd Leonhardt2018-06-111-23/+21
| |\
| | * Added back bash_complete() helper function to argcomplete_bridge.pyTodd Leonhardt2018-06-091-0/+13