https://github.com/hugovk/em-keyboard
The CLI emoji keyboard
https://github.com/hugovk/em-keyboard
cli command-line-interface emoji emoji-picker hacktoberfest python terminal
Last synced: about 2 months ago
JSON representation
The CLI emoji keyboard
- Host: GitHub
- URL: https://github.com/hugovk/em-keyboard
- Owner: hugovk
- License: isc
- Created: 2016-03-10T05:00:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T17:11:08.000Z (about 2 months ago)
- Last Synced: 2025-05-15T09:02:10.944Z (about 2 months ago)
- Topics: cli, command-line-interface, emoji, emoji-picker, hacktoberfest, python, terminal
- Language: Python
- Homepage:
- Size: 563 KB
- Stars: 320
- Watchers: 7
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# em: the cli emoji keyboard
[](https://pypi.org/project/em-keyboard/)
[](https://pypi.org/project/em-keyboard/)
[](https://pypistats.org/packages/em-keyboard)
[](https://github.com/hugovk/em-keyboard/actions)
[](https://codecov.io/gh/hugovk/em-keyboard)
[](LICENSE)
[](https://github.com/psf/black)**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.
## Example Usage
Let's serve some delicious cake:
```console
$ em sparkles shortcake sparkles
Copied! β¨ π° β¨
```Let's skip the copying (for scripts):
```console
$ em 'chocolate bar' --no-copy
π«
```Let's find some emoji, by color:
```console
$ em -s yellow
π yellow_heart
πΌ blossom
π full_moon
β star
πΈ children_crossing
π‘ yellow_circle
π¨ yellow_square
```If there's only a single search result, it's copied:
```console
$ em -s ukraine
Copied! πΊπ¦ flag_ukraine
```## Installation
At this time, **em** requires Python and pip:
```sh
python3 -m pip install em-keyboard
```On Linux, an additional dependency is required for automatic copying to clipboard. This
would be either [`xclip`](https://github.com/astrand/xclip) in an X11 session or
[`wl-clipboard`](https://github.com/bugaevc/wl-clipboard) in a Wayland session. On a
Debian-based distribution these are installable with:```sh
sudo apt install xclip
sudo apt install wl-clipboard
```## Tests
If you wanna develop, you might want to write and run tests:
```sh
python3 -m pip install tox
tox
```## Have fun!
β¨π°β¨