Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 11 days ago
JSON representation

The CLI emoji keyboard

Awesome Lists containing this project

README

        

# em: the cli emoji keyboard

[![PyPI version](https://img.shields.io/pypi/v/em-keyboard.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/em-keyboard/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/em-keyboard.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/em-keyboard/)
[![PyPI downloads](https://img.shields.io/pypi/dm/em-keyboard.svg)](https://pypistats.org/packages/em-keyboard)
[![GitHub Actions status](https://github.com/hugovk/em-keyboard/workflows/Test/badge.svg)](https://github.com/hugovk/em-keyboard/actions)
[![codecov](https://codecov.io/gh/hugovk/em-keyboard/branch/main/graph/badge.svg)](https://codecov.io/gh/hugovk/em-keyboard)
[![GitHub](https://img.shields.io/github/license/hugovk/em-keyboard.svg)](LICENSE)

**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
```

That's it!

## Tests

If you wanna develop, you might want to write and run tests:

```sh
python3 -m pip install tox
tox
```

## Have fun!

✨🍰✨