summaryrefslogtreecommitdiffstats
path: root/gitto.page
blob: d838eef58d7f94a85b70a52f055cf452253405fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
;;;;;
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: -->