brew install chyroc/tap/emomitgo install github.com/chyroc/emomit@latestJust run emomit:
emomitThis is equivalent to running git commit -m "<generate message>".
emomit will start an interactive program to let you choose emoji(such as 🐛) and git commit type(such as fix).
If you want to customize the git commit command, you can add -- after the emomit command, and then add any commands supported by git commit.
Such as auto stage all modified files and commit with a message:
emomit -- -aemomit -- -a -m "<commit message>"