Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erthalion/git-fun-commit

This small command allows use a fun ascii arts in commit messages.
https://github.com/erthalion/git-fun-commit

Last synced: about 2 months ago
JSON representation

This small command allows use a fun ascii arts in commit messages.

Awesome Lists containing this project

README

        

git-fun-commit
==============

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:
```bash
git fun-commit "Some commit message" santa
```
lead to this result in the log:
```bash
git log --graph
```
git fun commit

Installation
============
Installation is pretty simple:
```bash
sudo make install
```
Uninstallation:
```bash
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.

Usage
=====
```bash
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 =)

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/erthalion/git-fun-commit/trend.png)](https://bitdeli.com/free "Bitdeli Badge")