summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated CHANGELOG in preparation for 0.8.2 release0.8.2Todd Leonhardt2018-03-211-1/+2
* Merge pull request #325 from python-cmd2/macOS_gnureadlineTodd Leonhardt2018-03-213-11/+42
|\
| * Fixed bug where readline got imported separately laterTodd Leonhardt2018-03-211-1/+0
| * Added back in preference for gnureadline if it is presentTodd Leonhardt2018-03-213-10/+42
|/
* Updated CHANGELOG with info on recent commitsTodd Leonhardt2018-03-201-0/+2
* Merge pull request #324 from python-cmd2/ppaged_terminalTodd Leonhardt2018-03-202-2/+15
|\
| * Added an extra check to ppaged() to make sure cmd2 app is running in a real t...Todd Leonhardt2018-03-202-2/+15
|/
* Merge pull request #323 from python-cmd2/sigint_handlerTodd Leonhardt2018-03-203-4/+29
|\
| * Fixed the text of the KeyboardInterrupt Exception that is getting raised with...Todd Leonhardt2018-03-201-1/+1
| * Fix unit testsTodd Leonhardt2018-03-192-1/+3
| * Added a default signal handler for SIGINT (Ctrl-C)Todd Leonhardt2018-03-192-4/+27
|/
* Merge pull request #322 from python-cmd2/tildeTodd Leonhardt2018-03-182-20/+38
|\
| * Increased test coverageKevin Van Brunt2018-03-181-2/+11
| * Making unit test do the intended testKevin Van Brunt2018-03-181-1/+1
| * Fixing more unit testsKevin Van Brunt2018-03-181-7/+4
| * ~ only needs to be expanded if search text was enteredKevin Van Brunt2018-03-181-2/+2
| * Fixed how we complete ~Kevin Van Brunt2018-03-182-12/+24
|/
* Merge pull request #321 from python-cmd2/unit_testTodd Leonhardt2018-03-181-3/+3
|\
| * Fixed indexes in unit testsKevin Van Brunt2018-03-181-3/+3
|/
* Merge pull request #320 from python-cmd2/startup_scriptTodd Leonhardt2018-03-171-4/+4
|\
| * Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-170-0/+0
| |\ | |/ |/|
* | Merge pull request #319 from python-cmd2/startup_scriptTodd Leonhardt2018-03-177-5/+52
|\ \
| | * Fixed small typos and changed example code class nameMark Lalor2018-03-171-4/+4
| |/
| * Clarify alias and startup script languagekotfu2018-03-171-1/+2
| * Added a tiny bit of documentationTodd Leonhardt2018-03-173-3/+16
| * Merge branch 'master' into startup_scriptTodd Leonhardt2018-03-163-11/+50
| |\ | |/ |/|
* | Merge pull request #318 from python-cmd2/default_on_shell_unit_testsTodd Leonhardt2018-03-163-11/+50
|\ \
| * | Changing how commands are parsed if default_to_shell is TrueKevin Van Brunt2018-03-162-5/+17
| * | Making parseline a bit closer to the orignal cmd versionKevin Van Brunt2018-03-161-5/+0
| * | Skip test_default_to_shell_completion unit test on WindowsTodd Leonhardt2018-03-161-6/+3
| * | Updated one example so it can be used properly with default_to_shellTodd Leonhardt2018-03-161-4/+0
| * | Merge branch 'master' into default_on_shell_unit_testsKevin Van Brunt2018-03-163-12/+122
| |\ \ | |/ / |/| |
| * | Added unit test for completing when default_to_shell is TrueKevin Van Brunt2018-03-161-0/+39
| | * Added ability to specify a startup_script in cmd2.Cmd.__init__()Todd Leonhardt2018-03-164-2/+35
| |/ |/|
* | Merge pull request #316 from python-cmd2/sub_complete_testsTodd Leonhardt2018-03-163-12/+122
|\ \ | |/ |/|
| * Fix unit tests and exampleTodd Leonhardt2018-03-162-6/+16
| * Merge branch 'master' into sub_complete_testsKevin Van Brunt2018-03-161-13/+12
| |\ | |/ |/|
* | Merge pull request #315 from python-cmd2/default_to_shellTodd Leonhardt2018-03-161-13/+12
|\ \
| * | Added tab completion for shell commands when default_to_shell is TrueKevin Van Brunt2018-03-161-13/+12
|/ /
| * Documented cmd_with_subs_completer functionKevin Van Brunt2018-03-161-0/+6
| * Added unit tests and examples for tab completion of subcommandsKevin Van Brunt2018-03-162-12/+106
|/
* Merge pull request #314 from python-cmd2/aliasTodd Leonhardt2018-03-1612-39/+262
|\
| * Merge branch 'master' into aliasKevin Van Brunt2018-03-160-0/+0
| |\ | |/ |/|
* | Update .gitignore to ignore the .pytest_cache directoryTodd Leonhardt2018-03-162-0/+2
| * Removed commaKevin Van Brunt2018-03-161-1/+1
| * Added documentaionKevin Van Brunt2018-03-162-8/+24
| * Added documentationKevin Van Brunt2018-03-162-0/+2
| * Added unit tests for alias, unalias, and basic_completeKevin Van Brunt2018-03-162-2/+80
| * Pushed fix for test_transcriptTodd Leonhardt2018-03-161-2/+2
| * Merge branch 'alias' of github.com:python-cmd2/cmd2 into aliasKevin Van Brunt2018-03-160-0/+0
| |\