| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 2 | -2/+0 |
| | | |||||
| * | Provide method to run multiple commands w/o a cmdloop. | Alfred Levy | 2017-09-22 | 3 | -0/+8 |
| | | | | | | | | | | | | | runcmds_plus_hooks can accept multiple commands process the command queue to deal with subsequent commands loaded from scripts without requiring a command loop. This better supports a one-off batch processing scenario. Also fixed the insertion order of commands placed in the command queue by load and _relative_load so that script commands are run in the expected order. Minor tweak to setup instructions in CONTRIBUTING.md to include pyperclip in prerequisites. | ||||
| * | Added more unit tests for py and pyscript commands | Todd Leonhardt | 2017-07-01 | 2 | -0/+12 |
| | | |||||
| * | Added unit tests | Kevin Van Brunt | 2017-06-30 | 3 | -0/+1 |
| | | |||||
| * | Simplified implementation of do__relative_load | Todd Leonhardt | 2017-06-28 | 1 | -0/+1 |
| Also removed default argument for _relative_load and load | |||||
