snippetbashTip
cliphist — Manage clipboard history for Wayland compositors. Works with `wl-copy` and `wl-paste`. More informat
Viewed 0 times
commandwaylandhistoryclipboardclimanageforcliphist
linux
Problem
How to use the
cliphist command: Manage clipboard history for Wayland compositors. Works with wl-copy and wl-paste. More information: <https://github.com/sentriz/cliphist#usage>.Solution
cliphist — Manage clipboard history for Wayland compositors. Works with wl-copy and wl-paste. More information: <https://github.com/sentriz/cliphist#usage>.List clipboard history entries:
cliphist listSelect and copy a previous clipboard entry (using
fzf):cliphist list | fzf | cliphist decode | wl-copyDelete all stored clipboard entries:
cliphist wipeDelete a specific clipboard entry by ID:
cliphist delete {{id}}Save the current clipboard content manually:
wl-paste | cliphist storeCode Snippets
List clipboard history entries
cliphist listSelect and copy a previous clipboard entry (using `fzf`)
cliphist list | fzf | cliphist decode | wl-copyDelete all stored clipboard entries
cliphist wipeDelete a specific clipboard entry by ID
cliphist delete {{id}}Save the current clipboard content manually
wl-paste | cliphist storeContext
tldr-pages: linux/cliphist
Revisions (0)
No revisions yet.