Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Last active May 28, 2020 20:24
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 coryodaniel/62154c3a69f226a353a578c35cbc5162 to your computer and use it in GitHub Desktop.
Save coryodaniel/62154c3a69f226a353a578c35cbc5162 to your computer and use it in GitHub Desktop.
slack-text-to-emoji
# annoy emoji-name your message here
annoy() {
emoji=$1
msg="${@:2}"
figlet -f banner $msg | sed -e"s/#/:$emoji:/g" | sed -e's/ /:blank:/g' | pbcopy
}
@coryodaniel
Copy link
Author

Add this image to slack and name it "blank"
blank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment