cdown / clipmenu

Clipboard management using dmenu
MIT License
1.11k stars 90 forks source link

[FEATURE REQUEST] save some clips #175

Closed foodornt closed 2 years ago

foodornt commented 2 years ago

It would be great to have the ability to save some clips for later usage through some shortcut 🙄 I.E. Alt+S from the rofi menu to save some clip for example

cdown commented 2 years ago

What does "save" mean in this context? Save them where?

foodornt commented 2 years ago

maybe somewhere in $XDG_DATA_HOME? something like ${XDG_DATA_HOME:="$HOME/.local/share"}/clipmenu/

cdown commented 2 years ago

Hmm, why does that need to be built in to clipmenu? You can already do something like:

CM_OUTPUT_CLIP=1 clipmenu > ${XDG_DATA_HOME:="$HOME/.local/share"}/clipmenu/whatever

Multi select is just waiting for a PR, #153 didn't get resubmitted after feedback.