Steve talks about un-styling of the text on the clipboard for pasting into other apps. As he rightly points out some apps support this natively. For the rest, here’s a simple shell script that I’ve saved as a background app via Platypus.
#!/bin/sh
pbpaste | pbcopy
After copying text I just run this background app from any one of several application launchers. My current favorite is Namely.
Related posts:
- Quick Links AppleScript Last week, in response to a plea from Steve; he...
Related posts brought to you by Yet Another Related Posts Plugin.