summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Merged master into delete_optparse branchTodd Leonhardt2018-04-151-207/+160
|\
| * Comment changeKevin Van Brunt2018-04-151-1/+1
| * Comment updateKevin Van Brunt2018-04-151-1/+1
| * Updated comments and examplesKevin Van Brunt2018-04-151-0/+1
| * More unit tests and commentsKevin Van Brunt2018-04-151-0/+3
| * Improving documentationKevin Van Brunt2018-04-141-11/+18
| * Still hammering out adding an opening quoteKevin Van Brunt2018-04-141-11/+13
| * Corrected how an opening quote is added to delimited matches like pathsKevin Van Brunt2018-04-141-8/+13
| * Changed opening quote check and comment for clarityKevin Van Brunt2018-04-141-3/+3
| * Preparation for 0.8.5 releaseTodd Leonhardt2018-04-131-1/+1
| * Correcting when to add an opening quoteKevin Van Brunt2018-04-141-3/+3
| * Added more clarification to commentKevin Van Brunt2018-04-131-5/+4
| * Added commentKevin Van Brunt2018-04-131-4/+5
| * Simplifying adding opening quotesKevin Van Brunt2018-04-131-166/+72
| * Fixed comment and changed Python 3 check to use sixKevin Van Brunt2018-04-131-2/+2
| * Removed unused variablesKevin Van Brunt2018-04-131-2/+0
| * Added better check for whether a path is a directoryKevin Van Brunt2018-04-131-3/+4
| * Fixed unbound local warningKevin Van Brunt2018-04-131-3/+3
| * Added some basic user completion on WindowsKevin Van Brunt2018-04-131-18/+24
| * Allowing the use of ~user expansion in pathsKevin Van Brunt2018-04-121-29/+53
| * #350 Pass the return value back through for wrapped functions.Eric Lin2018-04-121-3/+3
* | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-111-15/+140
|\ \ | |/
| * Removed an emty line.Eric Lin2018-04-111-1/+0
| * Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-7/+51
| * Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-111-6/+11
| * Removed extra new lineKevin Van Brunt2018-04-111-1/+0
| * Added verbose help output with help -v or help --verboseEric Lin2018-04-101-12/+59
| * Merge remote-tracking branch 'origin/master' into help_categoriesEric Lin2018-04-101-1/+1
| |\
| | * Preparing for 0.8.4 release0.8.4Kevin Van Brunt2018-04-101-1/+1
| * | Fixed imports since new categorization feature requires IterableTodd Leonhardt2018-04-091-1/+1
| * | Remove usage of optional type hinting which is not allowed in Python 2.7Todd Leonhardt2018-04-091-4/+6
| * | Merge branch 'master' into help_categoriesTodd Leonhardt2018-04-091-3/+3
| |\ \ | | |/
| * | Added a convenience function for tagging command categories.Eric Lin2018-04-091-0/+13
| * | Added ability to group commands by category when printing the help menu.Eric Lin2018-04-091-3/+20
* | | Updated version to 0.8.5Todd Leonhardt2018-04-101-1/+1
* | | Merge branch 'master' into delete_optparseTodd Leonhardt2018-04-091-3/+3
|\ \ \ | | |/ | |/|
| * | Swapped line order for comment clarityKevin Van Brunt2018-04-101-3/+3
| |/
* | Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-187/+9
|/
* Updated version number of release0.8.3Kevin Van Brunt2018-04-091-1/+1
* No longer expanding env vars since the shell will do thatKevin Van Brunt2018-04-061-2/+3
* Refactored functionKevin Van Brunt2018-04-031-6/+6
* Added padding to display matches for visual appealKevin Van Brunt2018-04-031-1/+31
* Don't try to load empty or non-existent startup scriptKevin Van Brunt2018-04-021-5/+7
* Added ability to query individual aliasKevin Van Brunt2018-04-021-7/+17
* Allowing aliases to contain other aliasesKevin Van Brunt2018-04-021-12/+50
* Allow an alias name to match a command nameKevin Van Brunt2018-03-311-9/+3
* Forgot that topic and command names can overlapKevin Van Brunt2018-03-311-3/+3
* Sorting matches earlierKevin Van Brunt2018-03-311-9/+12
* Removed unnecessary sorting and duplicate removal from the completers since allKevin Van Brunt2018-03-311-57/+35
* Fixed commentKevin Van Brunt2018-03-301-2/+2