summaryrefslogtreecommitdiff
path: root/cmd2/clipboard.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix what is fundamentally a Pyperclip bug on headless Linux systems without ↵Todd Leonhardt2019-09-021-1/+2
| | | | Gtk libraries
* Fixed a bug when using WSL when all Windows paths have been removed from $PATHTodd Leonhardt2019-08-121-1/+2
|
* Require pyperclip >= 1.6 which simplifies clipboard.pyTodd Leonhardt2019-06-291-20/+4
|
* Cleaned up some PyCharm warningsTodd Leonhardt2019-03-131-1/+1
|
* Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-181-0/+49
Also: - Converted global can_clip variable to an instance attribute of cmd2.Cmd class