Skip to main content

A terminal ui based emoji selector.

Project description

tuimoji

tuimoji is a terminal based emoji chooser for *nix. With tuimoji you can search and browse emojis and copy them to your clipboard without ever leaving the comfort of your terminal!

Tuimoji main window

Features

Installation

tuimoji requires Python3 and xclip to be installed. xclip can be installed via your favorite package manager (if it is not already).

To install tuimoji, use pip:

pip3 install --user tuimoji

Usage

Launch tuimoji with the tuimoji command. By default, the search input is focused, allowing you to type to search immediately:

Tuimoji search

Press Enter to highlight the first result, and use the cursor keys to navigate to the desired emoji. Pressing Enter again will copy the emoji to your clipboard and exit the program.

Alternatively you may browse emojis using the named categories. Use the cursor keys to navigate and press Enter to select a category.

Skin tone modifier

tuimoji defaults to 0 which is the original Simpsons skin tone (no modifier).

To change the tone launch tuimoji with the -t or --tone command line argument:

tuimoji -t 6

The available skin tone modifiers are:

Tone Result
0 👊
1_2 👊🏻
3 👊🏼
4 👊🏽
5 👊🏾
6 👊🏿

Change the clipboard

By default tuimoji will copy characters to the clipboard, which is the usual selection when using copy and paste operations (ctrl+c/ctrl+v). You can also tell tuimoji to place the character on the primary (middle click paste) or secondary (unused?) selections.

Launch tuimoji with the -s or --selection command line argument:

tuimoji -s primary

Acknowledgements

Thanks to shanraisshan/EmojiCodeSheet for the contents of the .json data file in this project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tuimoji-1.0.0.tar.gz (21.4 kB view hashes)

Uploaded Source

Built Distribution

tuimoji-1.0.0-py3-none-any.whl (20.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page