Skip to content

Nadim147c/yankd

Repository files navigation

Yankd

GitHub go.mod Go version GitHub Repo stars GitHub License GitHub Tag Git Commit

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.

Install

NixOS

Try out

nix run github:Nadim147c/yankd --help

Use flake

yankd = {
    url = "github:Nadim147c/yankd";
    inputs.nixpkgs.follows = "nixpkgs";
};

Manual

Requires git, make, install and go installed.

git clone https://github.com/Nadim147c/yankd.git
cd yankd
make build
make install PREFIX=$HOME/.local/

Go Install

go install https://github.com/Nadim147c/yankd@latest