Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -61/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Made async stuff public | Kevin Van Brunt | 2018-09-25 | 1 | -20/+20 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-24 | 1 | -7/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Async printing functions raise RuntimeError if called before acquiring ↵ | Kevin Van Brunt | 2018-09-23 | 1 | -26/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminal lock | |||||
| * | | | | | | | | | | | | | | Making sure self.prompt reflects what is on screen | Kevin Van Brunt | 2018-09-22 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Updating prompt in example app | Kevin Van Brunt | 2018-09-21 | 1 | -13/+16 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Made sure all prompts sent to GNU readline are made safe | Kevin Van Brunt | 2018-09-21 | 1 | -35/+6 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-21 | 1 | -66/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Restoring original signint handler | Kevin Van Brunt | 2018-09-20 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recreating _terminal_lock when cmdloop begins to avoid any deadlock from previous runs of cmdloop. | |||||
| * | | | | | | | | | | | | | | Fixed when prompt is set in async functions | Kevin Van Brunt | 2018-09-20 | 1 | -29/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added more type hinting Removed post loop and moved its contents to cmdloop | |||||
| * | | | | | | | | | | | | | | Removed example commands | Kevin Van Brunt | 2018-09-20 | 1 | -28/+0 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Handling case of releasing _terminal_lock before its been locked | Kevin Van Brunt | 2018-09-19 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | More code to support asynchronous changes to the terminal | Kevin Van Brunt | 2018-09-19 | 1 | -14/+62 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-19 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Made common function to clear input lines in the terminal | Kevin Van Brunt | 2018-09-19 | 1 | -50/+24 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | This just fixes a couple minor lint warnings related to raw strings and escapes | Todd Leonhardt | 2018-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Wrote a prompt updater example | Kevin Van Brunt | 2018-09-19 | 1 | -3/+75 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Moving cursor to beginning of line before printing alert | Kevin Van Brunt | 2018-09-19 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Wrote function and test command to print alerts | Kevin Van Brunt | 2018-09-19 | 1 | -1/+69 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fixed bug where self.persistent_history_file attribute didn't exist | Kevin Van Brunt | 2018-09-25 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Renamed function | Kevin Van Brunt | 2018-09-25 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Restored alias unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Fixing unit tests | Kevin Van Brunt | 2018-09-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 'master' into command_help_noflag | Kevin Van Brunt | 2018-09-25 | 1 | -74/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Fixed issue where only first alias was working | Kevin Van Brunt | 2018-09-25 | 1 | -6/+4 | |
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Added the the ability to format help to the AutoCompleter to support ↵ | Eric Lin | 2018-09-23 | 1 | -9/+4 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sub-command specific help lookup. | |||||
* | | | | | | | | | | | | Finished macro commands. Still needs testing. | Kevin Van Brunt | 2018-09-25 | 1 | -24/+65 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge commit '38f070a5876e91945bfadd3fe60ddcb8b21b96c3' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -61/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Deleted the hook methods which were deprecated in the previous release | Todd Leonhardt | 2018-09-25 | 1 | -61/+1 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following methods of cmd2.Cmd have been deleted: - preparse - postparsing_precmd - postparsing_postcmd The new application lifecycle hook framework allows for registering callbacks to be called at various points in the application lifecycle and is more powerful and flexible than the old system of fixed hook methods. | |||||
* | | | | | | | | | | | Simplified building a string | Kevin Van Brunt | 2018-09-25 | 1 | -8/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Added documentation | Kevin Van Brunt | 2018-09-25 | 1 | -32/+44 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Added macro delete | Kevin Van Brunt | 2018-09-25 | 1 | -25/+59 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-24 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Made small tweak to do_py to improve testability | Todd Leonhardt | 2018-09-24 | 1 | -2/+4 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Backing up macro command work | Kevin Van Brunt | 2018-09-24 | 1 | -26/+190 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-24 | 1 | -5/+9 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Allow first comment block to appear before or after :param type lines | Kevin Van Brunt | 2018-09-24 | 1 | -5/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Prevent :param and :return type lines from showing in help summaries | Kevin Van Brunt | 2018-09-24 | 1 | -3/+6 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Added some more alias verification | Kevin Van Brunt | 2018-09-24 | 1 | -4/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Switched alias create to use argparse.REMAINDER for the command args | Kevin Van Brunt | 2018-09-24 | 1 | -10/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fixed description message | Kevin Van Brunt | 2018-09-23 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-21 | 1 | -65/+67 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Removed remaining type hints in docstrings | Kevin Van Brunt | 2018-09-21 | 1 | -29/+27 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Simplified functions more | Kevin Van Brunt | 2018-09-21 | 1 | -14/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Removed a couple unecessary lines of code now that parameter arg to show() ↵ | Todd Leonhardt | 2018-09-21 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method has a default value | |||||
| * | | | | | | | Removed test code | Kevin Van Brunt | 2018-09-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Refactored do_set | Kevin Van Brunt | 2018-09-21 | 1 | -32/+42 | |
| | | | | | | | | ||||||
| * | | | | | | | Changed to use ACArgumentParser-based tab-completion for settable parameter ↵ | Todd Leonhardt | 2018-09-20 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name in set command |