summaryrefslogtreecommitdiffstats
path: root/copypasta/src
AgeCommit message (Collapse)Author
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.