55 lines
1.7 KiB
Org Mode
55 lines
1.7 KiB
Org Mode
#+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]].
|