Skip to content

Instantly share code, notes, and snippets.

@jpetitcolas
Created April 15, 2013 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpetitcolas/5386292 to your computer and use it in GitHub Desktop.
Save jpetitcolas/5386292 to your computer and use it in GitHub Desktop.
Retrieve base64 hash of a picture directly into clipboard:
uuencode -m foo.png /dev/stdout | sed '1d' | sed '$d' | tr -d '\n' | xclip -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment