Skip to content

Nadim147c/yankd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

TODO

  • 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!

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

License

GPL-v3

About

📋 A wayland native clipboard manager

Topics

Resources

License

Stars

Watchers

Forks