ClipCleaner is a tiny utility program I wrote that "cleans" the contents of the clipboard by converting it to plain text. Of course this is only applicable to text-based contents, it would be useless to try and "clean" an image or other binary object on the clipboard.
When the program is run, it remains in memory with a small icon on the toolbar. After copying text to be cleaned, press Win + c (Win is the Windows key) and the clipboard contents will be converted to text. Alternately you can "clean and paste" in one action by pressing Win + v (thanks to Martin O'Neill for the improvement idea). This is really a very small script: one AutoHotKey command does all of the work. The rest of the file consists of comment lines and tray settings.
My primary uses for this are
Comments and suggestions are welcome!
| ClipCleaner.ahk | AutoHotKey Script | |
| Readme.txt | (this file) | |
| ClipCleaner.zip | The above files together in a .zip archive | |
DaTex