Skip to content

search emoji characters in the terminal, pure python stdlib with no dependencies πŸ™Œ

License

Notifications You must be signed in to change notification settings

subpath/emoji-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

emoji-lookup πŸ•΅β€β™‚

search emoji characters in the terminal, pure python stdlib with no dependencies πŸ™Œ

Usage:

  1. clone this repo
  2. run main.py with your search_query
python main.py skate 
>>:ice_skate: ⛸️
>>:skateboard: πŸ›Ή

To use only prefix match start your query with :

python main.py :skate 
>>:skateboard: πŸ›Ή

Which shortnames are used here?

I'm using GitHub's short names

Setup alias:

to use it everywhere in your terminal you can setup an alias in you bashrc or zshrc in the following format:

alias emoji='{path-to-your-python} {path-to-the-main.py}'

example:

emoji check
>>:heavy_check_mark: βœ”οΈ
>>:white_check_mark: βœ…
>>:ballot_box_with_check: β˜‘οΈ
>>:checkered_flag: 🏁
>>:check_box_with_check: β˜‘
>>:check_mark: βœ”

About

search emoji characters in the terminal, pure python stdlib with no dependencies πŸ™Œ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages