-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
8 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# ClipboardRegex | ||
A Windows utility to apply Regex replaces to strings copied onto the clipboard | ||
|
||
This utility lets you do two-input field regex-replacement on every string copied to the clipboard a-la-notepad++. | ||
|
||
Instead of operating on a document however, it runs the replacement on the contents of the clipboard whenever you copy (or cut) something. | ||
|
||
The intent of this is to make the mindless task of copying strings from one source to another with small repetitive adjustmensts somewhat less awful. |