Return to Snippet

Revision: 51508
at September 27, 2011 05:39 by binaryghost


Initial Code
do shell script ("clip=`pbpaste`;tmp=`mktemp -t cp`.txt;echo $clip > $tmp;cat $tmp | pbcopy")
tell application id "com.apple.systemevents"
	keystroke "v" using {command down}
end tell

Initial URL


Initial Description


Initial Title
Strip formatting from clipboard content and paste

Initial Tags


Initial Language
AppleScript