Plain Clip is a faceless application (no GUI) that removes text formatting from styled text which is on the clipboard and which can perform additional text cleaning.
Plain Clip is optimized to be triggered from hotkey / launcher applications such as Spark, LaunchBar or QuickSilver.
RIP0FF Works fast ! The better thing would be to make it a service, as I don't want to install Spark on my machine for just one function. (Version 2.1)
MAKAI Same sentiment here. Esp. since version 2 I think that integration with a hot-key launcher has much more complicated. (Version 2.1)
+1
May 22 2009
CALIXTUS It's not more complicated than with version 1: tell your favourite hotkey utility to launch Plain Clip, and that's it.
Only if you need different shortcuts for different types of text cleaning (for instance, one which will only remove formatting and another one that will additionally remove trailing whitespace, control characters and line breaks) you have to deal with calling the shell script. (Version 2.1)
0
Aug 22 2009
DOOBIEXX ThisService is the answer. Go to iusethis.com and check it out there. It will turn any script,Truly I mean any script, i.e. bash, applescript, python, etc... etc... up to the "more" serious languages like C. (Version 2.1)
0
May 20 2009
TICE If you want to make it quick, use Freeware Spark (Shortcut app) and this AppleScript:
try
set the clipboard to string of (the clipboard as record)
ROGER KATZ It is apparently supposed to do just that. I opened it, and it automatically quit - but it didn't quit until AFTER it cleaned the text on the Clipboard. (MaxOS 10.5.6) (Version 2.0)