sindresorhus / emoj

Find relevant emoji from text on the command-line :open_mouth: :sparkles: :raised_hands: :horse: :boom: :see_no_evil:
MIT License
2.36k stars 57 forks source link

Adds flag to set the limit on the number of emojis to be displayed #53

Closed arnabsen1729 closed 2 years ago

arnabsen1729 commented 2 years ago

Fixes #51

Before

Only 7 emojis were displayed even though some inputs can have more than 7 emojis.

After

With the flag --limit or -l the user can set the limit on the number of emojis they want to be displayed.

image

image