gitmoji-log
v1.0.2
Published
render replace emoji aliases in your git-log
Downloads
3
Readme
gitmoji-log
A gitmoji interactive client for using gitmojis on commit messages.
Install
$ npm i -g gitmoji-log
$ yarn global add gitmoji-log
This module depends on the
~/.gitmoji/gitmojis.json
file generated by gitmoji-cli, you might want to install it too.
Alternatively you can download the gitmojis.json file and place it inside the
~/.gitmoji/
directory by hand.
git config --global --add pager.log 'gitmoji-log | less --tabs=4 -rFX'