Skip to content

Instantly share code, notes, and snippets.

@michaelrhodes
Last active August 29, 2015 14:08
Show Gist options
  • Save michaelrhodes/b2e7e8aa06e0c178e56e to your computer and use it in GitHub Desktop.
Save michaelrhodes/b2e7e8aa06e0c178e56e to your computer and use it in GitHub Desktop.
Prepare copied text for pasting into Photoshop by transforming its newlines into end-of-text characters.
pbpaste | tr '\012' '\003' | pbcopy
@michaelrhodes
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment