Skip to content

Instantly share code, notes, and snippets.

@parallaxe
Created May 22, 2014 08:43
Show Gist options
  • Save parallaxe/83f6c2b72e662f26856b to your computer and use it in GitHub Desktop.
Save parallaxe/83f6c2b72e662f26856b to your computer and use it in GitHub Desktop.
An Automator-workflow that enables you to copy the content of a selected file directly into the clipboard
export __CF_USER_TEXT_ENCODING=0x1F5:0x8000100:0x8000100; cat "$@" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment