commands.sh

cliphist

linux

Manage clipboard history for Wayland compositors. Works with `wl-copy` and `wl-paste`.

More info →

Examples (5)

List clipboard history entries

Select and copy a previous clipboard entry (using `fzf`)

cliphist list | fzf | cliphist decode | wl-copy

Delete all stored clipboard entries

Delete a specific clipboard entry by ID

cliphist delete id

Save the current clipboard content manually

made by @shridhargupta | data from tldr-pages