carloscuesta / gitmoji-cli

A gitmoji interactive cli tool for using emojis on commits. 💻
https://www.npmjs.com/package/gitmoji-cli
MIT License
4.63k stars 206 forks source link

Consider adding a search functionality when commiting using gitmoji -c #30

Closed landlockedboat closed 7 years ago

landlockedboat commented 7 years ago

Hello @carloscuesta!

I find that it would be very convenient to add a emoji search functionality when commiting changes using gitmoji -c.

I am referring to this screen:

It would be very cool if you could start typing an emoji or the description of one and gitmoji automatically started filtering them.

carloscuesta commented 7 years ago

Hey @wextia

Currently there's a search functionality with the search option.

$ gitmoji bug linter -s

Thanks for the suggestion, but I'm not planning to do this at the moment 😄

landlockedboat commented 7 years ago

Thanks for the reply, @carloscuesta ! Love the tool, btw :smile: .

geniusgordon commented 7 years ago

@carloscuesta maybe you can try this package! https://github.com/mokkabonna/inquirer-autocomplete-prompt

carloscuesta commented 7 years ago

I know that package @geniusgordon, feel free to send a PR