janza / wl-clipboard-history

Wayland clipboard history tracker
MIT License
43 stars 7 forks source link

[feature] Rofi support #8

Open HVisMyLife opened 2 years ago

HVisMyLife commented 2 years ago

Shows clipboard history with rofi:

wl-clipboard-history -l 20 | sed 's/^[^,]*,//g' | rofi -dmenu | wl-copy -n

Selected item will be of course copied as primary...