Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some mypy validation fixes | Eric Lin | 2021-03-18 | 1 | -2/+6 |
| | |||||
* | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
| | |||||
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -3/+2 |
| | |||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+3 |
| | | | | minor import changes. | ||||
* | Fix what is fundamentally a Pyperclip bug on headless Linux systems without ↵ | Todd Leonhardt | 2019-09-02 | 1 | -1/+2 |
| | | | | Gtk libraries | ||||
* | Fixed a bug when using WSL when all Windows paths have been removed from $PATH | Todd Leonhardt | 2019-08-12 | 1 | -1/+2 |
| | |||||
* | Require pyperclip >= 1.6 which simplifies clipboard.py | Todd Leonhardt | 2019-06-29 | 1 | -20/+4 |
| | |||||
* | Cleaned up some PyCharm warnings | Todd Leonhardt | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | Moved clipboard/pastebuffer functionality to new file clipboard.py | Todd Leonhardt | 2018-06-18 | 1 | -0/+49 |
Also: - Converted global can_clip variable to an instance attribute of cmd2.Cmd class |