summaryrefslogtreecommitdiffstats
path: root/copypasta
AgeCommit message (Collapse)Author
2017-12-23Update depsChet Gurevitch
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
Because there are so many clippy warnings in the current codebase, this commit removes '#![cfg_attr(feature = "clippy", deny(clippy))]', to make it easier to fix warnings incrementally.
2017-02-02Decouple input processing from TermJoe Wilm
Should make input processing much more easily tested.
2017-01-18Make it run on FreeBSDjohalun
2017-01-02Better error message when xclip is not availableJoe Wilm
Resolves #37.
2016-12-29Implement clipboard store for x11 with xclipJoe Wilm
2016-12-24Implement copypasta::Store for macOS pasteboardJoe Wilm
Only works with strings, currently.
2016-12-16Misc formatting fixesJoe Wilm
2016-12-16Replace remaining use of `try!` with `?`Joe Wilm
2016-10-08Implement copypasta::Load for macos::ClipboardJoe Wilm
2016-10-08Start implementing copypasta, a clipboard libraryJoe Wilm
Currently it only supports x11 via the xclip program, and that only supports reading the clipboard contents.