OS X Clipboard Editor

Have you ever wanted to copy something to the clipboard and make a small change before pasting it? Well here's a quickie AppleScript for your (American) Labor Day that will let you do that:

display dialog "Text to edit:" default answer the clipboard
set the clipboard to text returned of result

I have it set to a keyboard shortcut in FastScripts (where else?) for maximum efficiency.

Share on App.net

Comments !

++useful

elsewhere