Caution
🚧 Highly Experimental & Unstable. This project is in active development and may break at any time. Expect bugs, missing features, unexpected behavior, and frequent changes.
A wayland native clipboard manager that implement wlr-data-control-unstable-v1.
- Watch for clipboard change.
- Full text search clipboard history.
- Improve search (current it prioritizes the image items).
- Delete clip item.
- Wipe database.
- Native clipboard offering.
- Remove wl-clipboard dependencies.
- Stable version!
nix run github:Nadim147c/yankd --help
yankd = {
url = "github:Nadim147c/yankd";
inputs.nixpkgs.follows = "nixpkgs";
};Requires
git,make,installandgoinstalled.
git clone https://github.com/Nadim147c/yankd.git
cd yankd
make build
make install PREFIX=$HOME/.local/go install https://github.com/Nadim147c/yankd@latest