73 lines
1.3 KiB
Text
73 lines
1.3 KiB
Text
|
;;;;;
|
||
|
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.
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Status</td>
|
||
|
<td>On-hold</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Language</td>
|
||
|
<td>Scheme (Guile)</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>License</td>
|
||
|
<td>GPLv3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
## 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
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>Version</td>
|
||
|
<td>0 (development only)</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Language</td>
|
||
|
<td>scheme (guile)</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>License</td>
|
||
|
<td>GPLv3</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
### 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/).
|
||
|
|
||
|
<!-- Local Variables: -->
|
||
|
<!-- mode: markdown -->
|
||
|
<!-- End: -->
|