Converting the Clipboard

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.

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

This entry was posted in Uncategorized. Bookmark the permalink.

Comments are closed.