Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |