Skip to content

Instantly share code, notes, and snippets.

@beevelop
Created September 15, 2015 15:28
Show Gist options
  • Save beevelop/e9aeaadc3d348396e028 to your computer and use it in GitHub Desktop.
Save beevelop/e9aeaadc3d348396e028 to your computer and use it in GitHub Desktop.
OS X: Base64 from command line to clipboard
cat file.png | openssl base64 | tr -d '\n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment