Fork me on GitHub

Gitboard by KuiKui

Simple dashboard for a quick overview of Git projects.

Screenshot

Gitboard

Usage

php gitboard.phar
or add this line to your git config file :
[alias]
board = "!f() { php /path/to/gitboard/gitboard.phar $@; }; f"
and simply use :
git board
you can convert ansi output to html :
php gitboard.phar --display-web > gitboard.html

Options

Contributing

Get the source code on GitHub and use pull requests for improve it.