summaryrefslogtreecommitdiff
path: root/cmd2.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Allowing quotes in help commandKevin Van Brunt2018-03-191-9/+17
* | Fixed pycharm warningsKevin Van Brunt2018-03-191-3/+6
* | Don't try to tab complete when the cursor is right after a closed quoteKevin Van Brunt2018-03-181-1/+11
* | Changed when a closing quote is addedKevin Van Brunt2018-03-181-30/+52
* | Fixed Pycharm warningsKevin Van Brunt2018-03-181-15/+11
* | Updated remaining completion functions to handle spaces within quotesKevin Van Brunt2018-03-181-27/+45
* | Updated complete_shell to handle spaces in exesKevin Van Brunt2018-03-181-6/+14
* | GNU readline hack to prevent automatically closing quotesKevin Van Brunt2018-03-181-16/+27
* | Fixed unit testKevin Van Brunt2018-03-181-7/+7
* | Merging stuff from other branchesKevin Van Brunt2018-03-181-3/+6
* | Trying to change readline variableKevin Van Brunt2018-03-181-1/+10
* | Backing up workKevin Van Brunt2018-03-181-38/+41
* | More progressKevin Van Brunt2018-03-171-23/+30
* | Forgot a flag checkKevin Van Brunt2018-03-171-1/+1
* | Merge branch 'master' into quoted_completionKevin Van Brunt2018-03-171-1/+6
|\ \ | |/
| * Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-161-7/+11
| |\
| * | Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-161-1/+6
* | | First version of allowing quotes in tab completionKevin Van Brunt2018-03-171-65/+114
| |/ |/|
* | Changing how commands are parsed if default_to_shell is TrueKevin Van Brunt2018-03-161-2/+11
* | Making parseline a bit closer to the orignal cmd versionKevin Van Brunt2018-03-161-5/+0
|/
* Added tab completion for shell commands when default_to_shell is TrueKevin Van Brunt2018-03-161-13/+12
* alias and unalias commands are implementedKevin Van Brunt2018-03-161-10/+93
* OptimizingKevin Van Brunt2018-03-151-13/+3
* Initial version of aliasesKevin Van Brunt2018-03-151-12/+57
* Fixed indentationKevin Van Brunt2018-03-151-8/+8
* Small refactorsKevin Van Brunt2018-03-151-6/+4
* Merge branch 'master' into moresubKevin Van Brunt2018-03-151-0/+3
|\
| * remove history line in select when user insert choiceAlberto Sartori2018-03-151-0/+3
* | Added convenience function for calling correct tab-completion function for su...Kevin Van Brunt2018-03-151-18/+96
* | No longer need to manually specify subcommand names for tab completionKevin Van Brunt2018-03-141-10/+14
* | Changed default_completer to all_else and it can be an iterable or functionKevin Van Brunt2018-03-141-43/+29
|/
* Added table_display.pyTodd Leonhardt2018-03-141-1/+1
* allow submenu history preservationAlberto Sartori2018-03-141-3/+20
* Merge branch 'master' into feature/copy-back-shared-attrsTodd Leonhardt2018-03-131-3/+11
|\
| * Merge branch 'master' into fix/submenu-require-sharesTodd Leonhardt2018-03-131-1/+9
| |\
| | * Added option to cancel the current line on keyboard interrupt.Mark Lalor2018-03-121-1/+9
| * | AddSubMenu should work with default kwargsAlberto Sartori2018-03-131-2/+2
| |/
* | add `preserve_shares` arg to AddSubMenuAlberto Sartori2018-03-131-22/+30
|/
* FileNotFoundError does not exists on python 2Alberto Sartori2018-03-121-3/+4
* missing args in calling completenamesAlberto Sartori2018-03-121-1/+3
* Tweaked logic on when to run default_completerKevin Van Brunt2018-03-091-4/+4
* Tweaked complete function to handle cases where a flag appears before subcomm...Kevin Van Brunt2018-03-091-28/+35
* Try to fix unit tests on WindowsTodd Leonhardt2018-03-071-2/+2
* Refactored the Windows vs macOS/Linux conditional in ppaged()Todd Leonhardt2018-03-071-6/+7
* Added broken_pipe_warning attribute of cmd2.Cmd.Todd Leonhardt2018-03-071-8/+11
* Added ppaged() method for printing output via a pagerTodd Leonhardt2018-03-071-1/+58
* Removed slightly inaccurate commentKevin Van Brunt2018-03-031-3/+0
* Improved comments and simplied path_complete logicKevin Van Brunt2018-03-031-16/+29
* Simplified and renamed _shell_command_complete since it didn't need to be an ...Kevin Van Brunt2018-03-031-16/+14
* Removed an unnecessary call to .lower() when determining if a shortcut matche...Todd Leonhardt2018-03-021-1/+1