orgweb/projects/gitto.org

56 lines
1.7 KiB
Org Mode
Raw Normal View History

2012-07-01 15:29:16 +02:00
#+TITLE: gitto
2013-01-11 01:16:41 +01:00
#+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/
2013-01-11 01:16:41 +01:00
#+STARTUP: showall
2012-07-01 15:29:16 +02:00
#+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?
2012-07-01 15:29:16 +02:00
~gitto~ is a utility written in [[http://www.gnu.org/software/guile/][Guile scheme]] to help keep track of the
status of git repositories.
2012-07-01 15:29:16 +02:00
2013-01-11 01:16:41 +01:00
| Status | On-hold |
| Language | Scheme (Guile) |
| License | GPLv3 |
2012-07-01 15:29:16 +02:00
* Why was it written?
2012-07-01 15:29:16 +02:00
Remembering the status of all your git repositories can be quite a
task, this project tries to alleviate some of the pain.
2012-07-01 15:29:16 +02:00
* Who is it for?
2013-01-11 01:16:41 +01:00
Anyone with lots and lots of git repositories.
2013-01-11 01:16:41 +01:00
* Data
2013-01-11 01:16:41 +01:00
| Version | 0 (development only) |
| Language | scheme (guile) |
| Licence | GPLv3 |
2013-01-11 01:16:41 +01:00
** Features
2013-01-11 01:16:41 +01:00
- Show a list of how many commits to pull or push and whether or
not the working directory of that repository is dirty.
2013-01-11 01:16:41 +01:00
** Dependencies
2012-07-01 15:29:16 +02:00
- [[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.
2012-07-01 15:29:16 +02:00
* More...
2012-07-01 15:29:16 +02:00
For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].