kegesch / gitmoji-cli

A gitmoji-cli written in rust to be independent of Node.js
MIT License
10 stars 1 forks source link

Autocomplete prompt for emoji selection #2

Closed kegesch closed 3 years ago

kegesch commented 4 years ago

Current implementation is based on my own dialoguer extension, which PR was denied (https://github.com/mitsuhiko/dialoguer/pull/47). Let's change the dependency to this PR https://github.com/mitsuhiko/dialoguer/pull/79 since it seems, it will take a long time until this is merged.