Last active
May 28, 2020 20:24
-
-
Save coryodaniel/62154c3a69f226a353a578c35cbc5162 to your computer and use it in GitHub Desktop.
slack-text-to-emoji
This file contains 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
# 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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this image to slack and name it "blank"
