cdown / clipmenu

Clipboard management using dmenu
MIT License
1.14k stars 91 forks source link

Search clipboard entries case insensitively #127

Closed ferki closed 4 years ago

ferki commented 4 years ago

I find myself more and more often trying to search among clipboard entries in a case insensitive manner.

I couldn't find a setting for that (fixme), so I wondered if this would be considered as a feature? And if yes, how it would be best to implement?

Since each currently supported backend seems to be capable of it, I could think of at least two approaches so far, which are not necessarily excluding each other:

ferki commented 4 years ago

Oh, nevermind, I just found out by reading the help text that any arguments passed to clipmenu will be passed through to the backend, so running e.g. clipmenu -i works already. Sorry for the noise :facepalm:

Hopefully this issue will still be helpful for others searching for "case insensitive" :upside_down_face: