search emoji characters in the terminal, pure python stdlib with no dependencies π
python main.py skate
>>:ice_skate: βΈοΈ
>>:skateboard: πΉ
To use only prefix match start your query with :
python main.py :skate
>>:skateboard: πΉ
I'm using GitHub's short names
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: β