Created
September 15, 2015 15:28
-
-
Save beevelop/e9aeaadc3d348396e028 to your computer and use it in GitHub Desktop.
OS X: Base64 from command line to clipboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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