-
-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathemoji.sh
executable file
·22 lines (18 loc) · 857 Bytes
/
emoji.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
# <bitbar.title>Show emoji</bitbar.title>
# <bitbar.version>v1.0</bitbar.version>
# <bitbar.author>Kent Karlsson</bitbar.author>
# <bitbar.author.github>vogonistic</bitbar.author.github>
# <bitbar.desc>Example of how to use emojis</bitbar.desc>
# <bitbar.image>http://i.imgur.com/z4T9X6G.png</bitbar.image>
# <bitbar.abouturl>https://github.com/matryer/bitbar-plugins/blob/master/Tutorial/emoji.sh</bitbar.abouturl>
echo ":sparkles: :coffee: :mushroom:"
echo "---"
echo "Random emojis:exclamation:"
echo ":smile: :smile_cat: :smiley: :smiley_cat: :smiling_imp:"
echo ":tent: :thought_balloon: :thumbsdown: :thumbsup: :ticket:"
echo ":pig: :dolphin: :elephant: :honeybee: :horse:"
echo "No :coffee: | emojize=false"
echo "---"
echo "Open emoji cheat sheet in browser… | href=http://www.emoji-cheat-sheet.com/"
echo "Refresh | refresh=true"