;;;;;
title: gitto
url: projects/gitto.html
;;;;;
## What does it do?
`gitto` is a utility written in
[Guile scheme](http://www.gnu.org/software/guile/) to help keep track
of the status of git repositories.
Status |
On-hold |
Language |
Scheme (Guile) |
License |
GPLv3 |
## Why was it written?
Remembering the status of all your git repositories can be quite a
task, this project tries to alleviate some of the pain.
## Who is it for?
Anyone with lots and lots of git repositories.
## Data
Version |
0 (development only) |
Language |
scheme (guile) |
License |
GPLv3 |
### Features
- Show a list of how many commits to pull or push and whether or not
the working directory of that repository is dirty.
### Dependencies
- [Guile](http://www.gnu.org/software/guile/): v2.0.x or newer.
- [git](http://git-scm.com): I am unaware of any version constraints
relating to git.
# More...
For further instructions I would refer you to the
[README](http://code.ryuslash.org/cgit.cgi/gitto/about/) and
[manual](http://ryuslash.org/projects/gitto/manual/).