summaryrefslogtreecommitdiff
path: root/cmd2
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Added check to support a continuous run of a terminator to end a lineKevin Van Brunt2018-05-161-10/+5
| |/ / |/| |
* | | Completing alias names in value field of alias command since aliases can be n...Kevin Van Brunt2018-05-151-3/+5
* | | Get rid of last hard-coded redirection constantskotfu2018-05-102-7/+5
* | | Remove cmd2.Cmd.redirector for #381kotfu2018-05-103-26/+39
* | | Extract submenu code to new projectkotfu2018-05-091-264/+0
* | | Updated warning messageKevin Van Brunt2018-05-081-4/+4
* | | Expanded readline warning to include other missing featuresKevin Van Brunt2018-05-081-3/+5
* | | Grouped readline code togetherKevin Van Brunt2018-05-081-14/+13
* | | Merge branch 'master' into ignore_identcharskotfu2018-05-072-16/+33
|\ \ \
| * | | Added newline to warningKevin Van Brunt2018-05-071-1/+1
| * | | Added warning if tab completion will be disabled. Not allowing libeditKevin Van Brunt2018-05-072-16/+33
| | |/ | |/|
* | | Make alias checking and command parsing use the same regexkotfu2018-05-072-34/+60
* | | Clarify comments for self.invalid_alias_patternkotfu2018-05-061-1/+4
* | | Fix bungled merge from masterkotfu2018-05-061-10/+16
* | | Merge branch 'master' into ignore_identcharskotfu2018-05-062-74/+47
|\ \ \ | |/ /
| * | Fixed some warningsKevin Van Brunt2018-05-061-6/+5
| * | Fixed commentKevin Van Brunt2018-05-061-2/+1
| * | Refactor parseline() for #380kotfu2018-05-051-54/+4
| * | Refactor self.complete() for #380kotfu2018-05-052-19/+43
* | | Don’t allow wierd characters in alias nameskotfu2018-05-061-0/+19
* | | Fix alias expansion when not followed by whitespacekotfu2018-05-061-7/+20
* | | Remove check on self.identchars in do_alias()kotfu2018-05-051-7/+0
|/ /
* | Merge branch 'master' into transcript_testsTodd Leonhardt2018-05-042-9/+10
|\ \
| * | Added argcomplete to unit test environment. Added exclusion for WindowsEric Lin2018-05-041-1/+1
| * | Adds some semblance of testing for bash completion. Tests the completion logi...Eric Lin2018-05-041-2/+2
| * | Figured out how to detect the second tab press. Writing parameter hinting to ...Eric Lin2018-05-032-7/+8
| |/
* | Refactor transcript from history implementation and testkotfu2018-05-041-59/+63
* | Fix transcript generate to close #385kotfu2018-05-041-18/+38
* | Fix #384, multiline commands now appear properly in transcriptskotfu2018-05-031-6/+17
|/
* Merge branch 'ply' of https://github.com/python-cmd2/cmd2 into plykotfu2018-05-026-16/+846
|\
| * Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-026-16/+846
| |\
| | * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-024-57/+302
| | |\
| | | * Addressed comments.Eric Lin2018-05-022-10/+6
| | | * Merge branch 'master' into bash_completionTodd Leonhardt2018-04-281-34/+36
| | | |\
| | | * \ Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-275-57/+66
| | | |\ \
| | | * | | Added checks to detect if argcomplete is installed.Eric Lin2018-04-251-225/+234
| | | * | | Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-252-7/+39
| | | * | | Initial customization of CompletionFinderEric Lin2018-04-243-17/+224
| | * | | | Updated some documentation.Eric Lin2018-05-021-3/+3
| | * | | | Restored legacy cmd/self access when locals_in_py is True. Changed default to...Eric Lin2018-05-021-2/+6
| | * | | | Added support for customizing the pyscript bridge pystate object name.Eric Lin2018-05-023-22/+75
| | * | | | Added CommandResult which returns stdout, stderr, and command dataEric Lin2018-05-011-2/+37
| | * | | | Added support for different argument modes and tests to validate.Eric Lin2018-05-011-3/+59
| | * | | | Further customization of argparse applying patch submitted to https://bugs.py...Eric Lin2018-04-302-2/+263
| | * | | | Added more tests exercising the pyscript bridge.Eric Lin2018-04-301-4/+9
| | * | | | Added support for translating function positional and keyword arguments into ...Eric Lin2018-04-281-9/+55
| | * | | | Merge remote-tracking branch 'origin/master' into pyscriptEric Lin2018-04-273-32/+43
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | small tweak. saving state.Eric Lin2018-04-271-6/+7
| | * | | | Trap SystemExit when calling argparse.parse() to on argparse commands.Eric Lin2018-04-251-4/+12
| | * | | | Initial approach to the pyscript revamp.Eric Lin2018-04-243-3/+119
| | | |/ / | | |/| |