mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 22:58:46 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/cliphist
Normal file
30
tldr/linux/cliphist
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cliphist
|
||||
|
||||
> Manage clipboard history for Wayland compositors.
|
||||
> Works with `wl-copy` and `wl-paste`.
|
||||
> More information: <https://github.com/sentriz/cliphist>.
|
||||
|
||||
- List clipboard history entries:
|
||||
|
||||
`cliphist list`
|
||||
|
||||
- Select and copy a previous clipboard entry (using `fzf`):
|
||||
|
||||
`cliphist list | fzf | cliphist decode | wl-copy`
|
||||
|
||||
- Delete all stored clipboard entries:
|
||||
|
||||
`cliphist wipe`
|
||||
|
||||
- Delete a specific clipboard entry by ID:
|
||||
|
||||
`cliphist delete {{id}}`
|
||||
|
||||
- Save the current clipboard content manually:
|
||||
|
||||
`wl-paste | cliphist store`
|
||||
Reference in New Issue
Block a user