LinuxCommandLibrary

gitmoji

An interactive command line tool for using emojis on commits.

TLDR

Start the commit wizard

$ gitmoji --commit
copy


Initialize the git hook (so gitmoji will be run every time git commit is run)
$ gitmoji --init
copy


Remove the git hook
$ gitmoji --remove
copy


List all available emojis and their descriptions
$ gitmoji --list
copy


Search emoji list for a list of keywords
$ gitmoji --search [keyword1] [keyword2]
copy


Update cached list of emojis from main repository
$ gitmoji --update
copy


Configure global preferences
$ gitmoji --config
copy

Copied to clipboard