subpath / emoji-lookup

search emoji characters in the terminal, pure python stdlib with no dependencies πŸ™Œ
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link
cli emoji lookup python search utf-8

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: βœ”