Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-27 | Use 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-02 | Decouple input processing from Term | Joe Wilm | |
Should make input processing much more easily tested. | |||
2017-01-18 | Make it run on FreeBSD | johalun | |
2017-01-02 | Better error message when xclip is not available | Joe Wilm | |
Resolves #37. | |||
2016-12-29 | Implement clipboard store for x11 with xclip | Joe Wilm | |
2016-12-24 | Implement copypasta::Store for macOS pasteboard | Joe Wilm | |
Only works with strings, currently. | |||
2016-12-16 | Misc formatting fixes | Joe Wilm | |
2016-12-16 | Replace remaining use of `try!` with `?` | Joe Wilm | |
2016-10-08 | Implement copypasta::Load for macos::Clipboard | Joe Wilm | |
2016-10-08 | Start implementing copypasta, a clipboard library | Joe Wilm | |
Currently it only supports x11 via the xclip program, and that only supports reading the clipboard contents. |