-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clipdel: add -F to match literal instead of regex
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.
- Loading branch information
Showing
1 changed file
with
34 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters