Skip to content

Commit

Permalink
Created README
Browse files Browse the repository at this point in the history
Explains purpose of project
  • Loading branch information
Techrocket9 committed Mar 26, 2015
1 parent 85821be commit 77d1d13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
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.

0 comments on commit 77d1d13

Please sign in to comment.