logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Gitmojis - Enhance Commits | Online Free DevTools by Hexmos

Generate commit messages with Gitmojis using Gitmoji command line tool. Add emojis to your commits for better communication and organization. Free online tool, no registration required.

gitmoji

Interactively insert emojis on commits. More information: https://github.com/carloscuesta/gitmoji-cli.

  • Start the commit wizard:

gitmoji --commit

  • Initialize the Git hook (so gitmoji will be run every time git commit is run):

gitmoji --init

  • Remove the Git hook:

gitmoji --remove

  • List all available emojis and their descriptions:

gitmoji --list

  • Search emoji list for a list of keywords:

gitmoji --search {{keyword1}} {{keyword2}}

  • Update cached list of emojis from main repository:

gitmoji --update

  • Configure global preferences:

gitmoji --config

See Also