A CLI tool that makes it easy to add emojis to your git commit messages. It's very similar to (and is based on) [gitmoji-cli] but written in Rust.
bash
cargo install -f gimoji
gimoji
is primarily intended to be used as a git commit hook. Once installed, ask gimoji
to
install the hook:
bash
gimoji --install-hook
Now, whenever you run git commit
, gimoji
will kick in and prompt you to choose an emoji.
If you launch gimoji
directly without any arguments, it will prompt you to choose an emoji and
then copy your choice to the system clipboard.
Use --help
to see all the available options.
On the first run, gimoji
will download the emoji list from [gitmoji] and cache it locally. If you
want to update the cache, run:
bash
gimoji --update-cache
[gitmoji-cli] while being a great tool, can be considerably [slow]. Hence this project. gimoji
has a
few differences:
-m
option of
git commit
, or when ammending a commit).The philosophy here is to enable you to quickly and easily choose an emoji and get out of your way.