summaryrefslogtreecommitdiff
path: root/cmd2/clipboard.py
Commit message (Expand)AuthorAgeFilesLines
* Some mypy validation fixesEric Lin2021-03-181-2/+6
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-3/+2
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Fix what is fundamentally a Pyperclip bug on headless Linux systems without G...Todd Leonhardt2019-09-021-1/+2
* 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