cdown / clipmenu

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

clipdel: add -F to match literal instead of regex #229

Open N-R-K opened 2 months ago

N-R-K commented 2 months ago

this adds an -F flag similar to grep to allow matching literals instead of a regex.

useful in scripting context where the script has a literal line to match against. using -F avoids having to escape troublesome regex characters.