summaryrefslogtreecommitdiffstats
path: root/projects/gitto.org
blob: 42eca5dcf3c1ada0196b8312ab95bdb17d2aa11f (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
#+TITLE: gitto
#+LINK: src    http://code.ryuslash.org/cgit.cgi/gitto/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.tar.gz
#+LINK: zip    http://code.ryuslash.org/cgit.cgi/gitto/snapshot/gitto-master.zip
#+LINK: readme http://code.ryuslash.org/cgit.cgi/gitto/about/
#+LINK: manual http://ryuslash.org/projects/gitto/manual/
#+STARTUP: showall

#+begin_html
  <script src="/keyjs.KS" type="text/javascript"></script>
  <script type="text/javascript">
    keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
                       "h": [ "keyjs_goto", "http://ryuslash.org" ] });
  </script>
#+end_html

#+INCLUDE: "dlmenu.inc"

* What does it do?

  ~gitto~ is a utility written in [[http://www.gnu.org/software/guile/][Guile scheme]] 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)       |
  | Licence  | 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

   - [[http://www.gnu.org/software/guile/][Guile]] :: v2.0.x or newer.
   - [[http://git-scm.com][git]] :: I am unaware of any version constraints relating to git.

* More...

  For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].