| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape ↵ | Kevin Van Brunt | 2019-12-19 | 1 | -1/+1 |
| | | | | | sequences are handled | ||||
| * | More replacing of 'colors' with 'allow_ansi' | Kevin Van Brunt | 2019-06-26 | 1 | -1/+1 |
| | | |||||
| * | First pass at improved colorizing | kotfu | 2018-08-11 | 1 | -1/+1 |
| | | | | | | - colors setting now allows Always, Terminal, Never values - poutput() and perror() honor these new settings | ||||
| * | Removed abbrev attribute | Kevin Van Brunt | 2018-03-02 | 1 | -1/+0 |
| | | |||||
| * | Provide method to run multiple commands w/o a cmdloop. | Alfred Levy | 2017-09-22 | 1 | -0/+2 |
| 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. | |||||
