🚧 Project currently under construction. Please pe patient!
Clippy is a simple lightweight and easy to use clipboard history manager for Wayland based systems. I started this project with intentions of making a rust port of cliphist but I decided to implement my own set of ideas such as not needing to use a decoding step to recall a clip.
- Persistent clipboard history saved to disk
- Easy to interface with pickers (ie: dmenu, rofi, anyrun, fzf)
- Preserves clips byte-by-byte. With the exception of leading/trailing whitespace/newline characters
- Support for recalling copied images/videos
- Man page docs
- Shell completion for (bash, zsh, fish)
- In memory storage option (non-persistent)
- wl-clipboard Implements the core copy and paste functionality (this project will not work without it or one that implements the same protocols)