Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created August 25, 2012 01:37
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 yyolk/3458589 to your computer and use it in GitHub Desktop.
Save yyolk/3458589 to your computer and use it in GitHub Desktop.
Emojii + Facebook + TextExpander
#!/bin/bash
export EMOJII="$(echo %clipboard | sed -n -e 's/:\(.*\):/\1/p')"
echo "http://www.emoji-cheat-sheet.com/graphics/emojis/$EMOJII.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment