summaryrefslogtreecommitdiffstats
path: root/gitto.page
diff options
context:
space:
mode:
Diffstat (limited to 'gitto.page')
-rw-r--r--gitto.page72
1 files changed, 72 insertions, 0 deletions
diff --git a/gitto.page b/gitto.page
new file mode 100644
index 0000000..d838eef
--- /dev/null
+++ b/gitto.page
@@ -0,0 +1,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: -->