Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre... | Todd Leonhardt | 2018-10-18 | 1 | -10/+0 |
* | You can now call a macro with extra arguments | Kevin Van Brunt | 2018-10-12 | 1 | -11/+20 |
* | No longer using stderr and self.data together to determine truthiness of a Co... | Kevin Van Brunt | 2018-10-05 | 1 | -1/+15 |
* | Merge branch 'master' into py_enhancements | Todd Leonhardt | 2018-10-03 | 1 | -1/+7 |
|\ | |||||
| * | Added unit test for categorized command without a docstring | Kevin Van Brunt | 2018-10-03 | 1 | -1/+7 |
* | | Don't worry about unquoting alias and macro names as they shouldn't be entere... | Kevin Van Brunt | 2018-10-02 | 1 | -32/+0 |
|/ | |||||
* | Remove self from pystate if locals_in_py is False | Kevin Van Brunt | 2018-10-01 | 1 | -1/+18 |
* | Preserving quotes for do_py input | Kevin Van Brunt | 2018-10-01 | 1 | -0/+5 |
* | Added unit test for onchange_hook | Kevin Van Brunt | 2018-09-28 | 1 | -0/+24 |
* | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 1 | -3/+3 |
|\ | |||||
| * | Addressing code review comments | Kevin Van Brunt | 2018-09-27 | 1 | -3/+3 |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Added unit tests for creating macros using unicode digits in the arguments | Kevin Van Brunt | 2018-09-27 | 1 | -0/+15 |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-27 | 1 | -1/+22 |
|\ \ | |/ | |||||
| * | More unit tests | Kevin Van Brunt | 2018-09-27 | 1 | -1/+22 |
* | | Ported pyscript to argparse | Kevin Van Brunt | 2018-09-27 | 1 | -3/+3 |
* | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 1 | -28/+195 |
|\ \ | |/ | |||||
| * | Even more unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -2/+37 |
| * | More unit tests for aliases and macros | Kevin Van Brunt | 2018-09-26 | 1 | -19/+21 |
| * | More macro unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -2/+39 |
| * | Fixed batch of macro unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -23/+102 |
| * | Merged master into macro. | Todd Leonhardt | 2018-09-26 | 1 | -0/+14 |
| |\ | |||||
* | | | Converted help to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -1/+1 |
* | | | Converted _relative_load to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -2/+1 |
* | | | Tweaked help text | Kevin Van Brunt | 2018-09-26 | 1 | -3/+3 |
* | | | Merge branch 'macro' into argparse_conversion | Kevin Van Brunt | 2018-09-26 | 1 | -27/+182 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-26 | 1 | -19/+165 |
| |\ \ | | |/ | |||||
| | * | Attempt at fixing unit test failure on Windows | Todd Leonhardt | 2018-09-25 | 1 | -2/+7 |
| | * | Merged alert_printer stuff from master and resolved conflicts | Todd Leonhardt | 2018-09-25 | 1 | -2/+4 |
| | |\ | |||||
| | * \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-25 | 1 | -1/+16 |
| | |\ \ | |||||
| | * \ \ | Merged master and resolved conflicts in CHANGELOG | Todd Leonhardt | 2018-09-25 | 1 | -2/+5 |
| | |\ \ \ | |||||
| | * | | | | Added a couple unit tests | Todd Leonhardt | 2018-09-24 | 1 | -4/+21 |
| | * | | | | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-24 | 1 | -3/+3 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-24 | 1 | -0/+5 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Added optional color argument to poutput() for providing a color escape code ... | Todd Leonhardt | 2018-09-24 | 1 | -4/+5 |
| | * | | | | | | Merged master in to colorize and resolved conflicts | Todd Leonhardt | 2018-09-24 | 1 | -30/+30 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into colorize | Todd Leonhardt | 2018-09-21 | 1 | -1/+19 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merged master into colorize branch | Todd Leonhardt | 2018-09-12 | 1 | -6/+15 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fixed unit test failures | Todd Leonhardt | 2018-09-04 | 1 | -13/+4 |
| | * | | | | | | | | | Merged master in and resolved conflicts | Todd Leonhardt | 2018-09-04 | 1 | -5/+91 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | First pass at improved colorizing | kotfu | 2018-08-11 | 1 | -5/+138 |
| * | | | | | | | | | | | Added ability to preserve quotes in argparse and arglist decorated functions ... | Kevin Van Brunt | 2018-09-26 | 1 | -7/+16 |
| * | | | | | | | | | | | Updated documentation | Kevin Van Brunt | 2018-09-26 | 1 | -2/+2 |
* | | | | | | | | | | | | First steps in converting all commands to argparse | Kevin Van Brunt | 2018-09-26 | 1 | -14/+16 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Added more unit tests | Kevin Van Brunt | 2018-09-26 | 1 | -7/+9 |
* | | | | | | | | | | | Merge branch 'master' into macro | Kevin Van Brunt | 2018-09-25 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -1/+16 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into alert_printer | Todd Leonhardt | 2018-09-25 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-24 | 1 | -3/+8 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into alert_printer | Kevin Van Brunt | 2018-09-24 | 1 | -30/+30 |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | |