Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clyp

A clipboard manager for Wayland. A quick keybind pops up a panel to search, pin, and copy entries back to your clipboard.

clyp panel

Features

  • Fuzzy search
  • Pin favorites
  • Colors auto-detected from hex/rgb/hsl text
  • Keyboard-driven: arrows/hjkl to move, 1-9 to jump-copy, Enter to copy back to clipboard, p to pin, Delete to remove

Install

Debian/Ubuntu

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")"

Fedora/openSUSE

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")"

Other Linux (prebuilt binary)

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/bin

Nix

nix build

Cargo

Requires gtk4, gtk4-layer-shell, and wl-clipboard on the system.

cargo install clyp

Usage

clyp daemon    # starts daemon to watch the clipboard
clyp toggle    # open/close the panel (bind this to a key)

About

A clipboard manager for Wayland

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages