Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erthalion/git-fun-commit
- Owner: erthalion
- Created: 2013-12-18T16:25:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-27T11:03:47.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T01:46:05.829Z (almost 2 years ago)
- Language: Shell
- Size: 170 KB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```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")