Skip to main content

Look up emojis by text and copy them to the clipboard.

Project description

Emoji Searcher

Automate the boring stuff: I have been googling emojis and manually copying them to my clipboard.

So it was time to write a script to look up emojis by text from the command line and copy them to the clipboard.

By default it takes the first match in case there are multiple matching emojis. However if you append a dot (.) to a word you get to choose which emoji gets copied.

How to run it

git clone git@github.com:bbelderbos/emojisearcher.git
cd emojisearcher
poetry install
poetry run emo

(New to poetry? Start here.)

You can also make a shell alias:

# .bashrc
alias emo="cd $HOME/code/emojisearcher && poetry run emo"

And to run the tests:

poetry run pytest

Other ways

While sharing this on social media I learned about some useful OS shortcuts to retrieve emojis, thanks Matt!

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

emojisearcher-0.4.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

emojisearcher-0.4.0-py3-none-any.whl (3.3 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