cliphist
Wayland clipboard history manager
TLDR
SYNOPSIS
cliphist command [arguments]
DESCRIPTION
cliphist is a clipboard history manager for Wayland compositors. It stores clipboard entries and allows retrieving previous items, supporting both text and image content. It works in conjunction with wl-copy and wl-paste from the wl-clipboard package.
To automatically capture clipboard entries as they are copied, run `wl-paste --watch cliphist store` as a background process, typically in your compositor's startup configuration. Entries can then be browsed and selected using tools like fzf, dmenu, or wofi for quick recall of previously copied content.
PARAMETERS
list
List all stored clipboard entriesstore
Store content from stdindecode
Decode an entry for pastingdelete id
Delete a specific entrywipe
Delete all entries
CAVEATS
Wayland-only, does not work with X11. Requires wl-clipboard (wl-copy, wl-paste). History is stored in memory by default. Images are supported but may consume significant memory.

