This CLI written in Python lets you work with emoji from the comfort of your terminal.
You can get emoji by name and it's automatically copied to your clipboard:
$ em rocket
Copied! π
You can get the emoji but not copy it if you want to use it in scripts:
$ em "chocolate bar" --no-copy
π«
You can also search for emoji by colour:
$ em -s brown
π€ brown_heart
π΄ horse_face
π fallen_leaf
π man_s_shoe
π€ brown_circle
π« brown_square
πβπ« brown_mushroom
If your search query only returns one result, it's automatically copied to the clipboard as well:
$ em -s portugal
Copied! π΅πΉ flag_portugal