Let's add some lulz into the boring weekdays =) This small command allows to use a fun ascii arts in the commit messages.
For example this command:
git fun-commit "Some commit message" santa
lead to this result in the log:
git log --graph
Installation is pretty simple:
sudo make install
Uninstallation:
sudo make uninstall
It will copy the binary git-fun-commit into /usr/local/bin and create the directory /usr/local/share/git-fun-commit. This directory will contain all available ascii arts, and you can add your own arts of course.
git fun-commit "{actual commit message}" {art_file_name}
If the art_file_name isn't specified, an random art will be used.
Enjoy and be careful =)