https://github.com/sentriz/cliphist-sh
wayland clipboard manager
https://github.com/sentriz/cliphist-sh
clipboard-manager sway wayland
Last synced: about 1 year ago
JSON representation
wayland clipboard manager
- Host: GitHub
- URL: https://github.com/sentriz/cliphist-sh
- Owner: sentriz
- Archived: true
- Created: 2019-08-08T22:03:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T13:31:26.000Z (about 6 years ago)
- Last Synced: 2024-10-24T08:30:12.489Z (over 1 year ago)
- Topics: clipboard-manager, sway, wayland
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### cliphist
*clipboard history "manager" for wayland*
- synchronise your two clipboards (primary and the other one)
- write changes in either to a history file (reset on boot)
- recall history with dmenu (for example)
required: [wl-clipboard-rs](https://github.com/YaLTeR/wl-clipboard-rs) or [wl-clipboard](https://github.com/bugaevc/wl-clipboard)
### usage
###### start the daemon
`$ cliphist listen`
this will listen for changes on either clipboard, make sure they're in sync, and write to the history.
call it once per session - for example in your sway config
###### select old item
`$ cliphist select | dmenu -l 10 | cliphist copy`
bind it to something nice on your keyboard