Closed ferki closed 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:
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:
CM_CASE_INSENSITIVE
toggle (might be useful for clipdel too)CM_LAUNCHER_ARGS
option to allow users to specify arbitrary additional launcher options they might need