Skip to content

Latest commit

History

History
59 lines (39 loc) 路 1.07 KB

README.rst

File metadata and controls

59 lines (39 loc) 路 1.07 KB

emoji-search

PyPI

search emojis using command line

Install

using pip

pip install emojisearch

using source

$ git clone https://github.com/keshav11/emoji-search.git
$ cd emojisearch
$ pip install .

Usage

show results where keyword exits anywhere in the emoji name

$ emojisearch grinning_cat_face
:grinning_cat_face:  馃樅
:grinning_cat_face_with_smiling_eyes:  馃樃

show results only if whole emoji name matches with keyword

$ emojisearch -w grinning_cat_face
:grinning_cat_face:  馃樅

show results only if emoji name starts with search keyword

$ emojisearch -s cat
:cat:  馃悎
:cat_face:  馃惐
:cat_face_with_tears_of_joy:  馃樄
:cat_face_with_wry_smile:  馃樇