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!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emojisearcher-0.4.0.tar.gz.
File metadata
- Download URL: emojisearcher-0.4.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef2dcd9a01d1d973270fb112d93146aafe3096bc23ef3265900c71550550c634
|
|
| MD5 |
f2da3424b332a11b476fce34875509ee
|
|
| BLAKE2b-256 |
d1d85520f8e018e95b30a0459ebe99d58286fb7b25f08fbc3b88b550a395cb7a
|
File details
Details for the file emojisearcher-0.4.0-py3-none-any.whl.
File metadata
- Download URL: emojisearcher-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/1.1.4 CPython/3.9.1 Darwin/20.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2685e10e909f0330c8aafb43713239e8d6120fd12ed986c3e60b59f8e2f40cb9
|
|
| MD5 |
7f2704ff32b92d21d5b6c214261ef438
|
|
| BLAKE2b-256 |
bc5ae0f1a119dc17fcef7777d260d972041fd49592bb517f19186eb7848e662a
|