A clipboard manager for Wayland. A quick keybind pops up a panel to search, pin, and copy entries back to your clipboard.
- Fuzzy search
- Pin favorites
- Colors auto-detected from hex/rgb/hsl text
- Keyboard-driven: arrows/
hjklto move,1-9to jump-copy,Enterto copy back to clipboard,pto pin,Deleteto remove
url=$(curl -s https://api.github.com/repos/BorhanSaflo/clyp/releases/latest | grep -oE 'https://\S+\.deb') && curl -LO "$url" && sudo dpkg -i "$(basename "$url")"url=$(curl -s https://api.github.com/repos/BorhanSaflo/clyp/releases/latest | grep -oE 'https://\S+\.rpm') && curl -LO "$url" && sudo rpm -i "$(basename "$url")"Requires gtk4, gtk4-layer-shell, and wl-clipboard on the system.
url=$(curl -s https://api.github.com/repos/BorhanSaflo/clyp/releases/latest | grep -oE 'https://\S+\.tar\.gz') && curl -L "$url" | tar xz -C ~/.local/binnix buildRequires gtk4, gtk4-layer-shell, and wl-clipboard on the system.
cargo install clypclyp daemon # starts daemon to watch the clipboard
clyp toggle # open/close the panel (bind this to a key)