Emoji your friends and colleagues from the comfort of your own terminal.
em is a nifty command-line utility for referencing emoji characters by name. Provide the names of a few emoji, and those lucky chosen emojis will be displayed in your terminal, then copied to your clipboard. Automagically.
Emoji can be also searched by both categories and aspects.
Let's serve some delicious cake:
$ em sparkles cake sparkles Copied! ✨🍰✨
Let's skip the copying (for scripts):
$ em 'chocolate bar' --no-copy 🍫
Let's find some emoji, by color:
$ em -s red 🚗 car 🎴 flower_playing_cards 👹 japanese_ogre 👺 japanese_goblin
Let's list all the emojis:
$ em --all 😀 😬 😁 😂 😃 😉 . . .
At this time, em requires Python and pip:
$ pip install em-keyboard
That's it!
✨🍰✨