Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hugovk/em-keyboard
- Owner: hugovk
- License: isc
- Created: 2016-03-10T05:00:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T21:05:23.000Z (7 months ago)
- Last Synced: 2024-05-19T09:14:55.658Z (6 months ago)
- Topics: cli, command-line-interface, emoji, emoji-picker, hacktoberfest, python, terminal
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 307
- Watchers: 7
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
β¨π°β¨