Inspired by: https://github.com/carloscuesta/gitmoji-cli
A simple CLI util written in Go to eliminate searching manually through the list of codepoints, shortcodes, and rationale messages on https://gitmoji.dev/
In order to install util invoke:
$ go install github.com/sprytnyk/gmj@master
Or download binaries from release page corresponding to your OS.
You may do something like this when committing as well:
$ git commit -m "$(gmj -c memo) Update README"
$ git commit -m "$(gmj -c memo) $(gmj -u memo)"