summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index.mdwn1
-rw-r--r--doc/related_software.mdwn11
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.mdwn b/doc/index.mdwn
index 2874a8552..036b00c25 100644
--- a/doc/index.mdwn
+++ b/doc/index.mdwn
@@ -53,6 +53,7 @@ files with git.
* [[internals]]
* [[scalability]]
* [[design]]
+* [[related_software]]
* [[what git annex is not|not]]
* [[sitemap]]
diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn
new file mode 100644
index 000000000..4a8bc78ac
--- /dev/null
+++ b/doc/related_software.mdwn
@@ -0,0 +1,11 @@
+Some folks have built other software on top of git-annex, or that is
+designed to interoperate with it.
+
+* The [[git-annex assistant|assistant]] is included in git-annex,
+ and extends its use cases into new territory.
+* [git-annex-watcher](https://github.com/rubiojr/git-annex-watcher)
+ is a status icon for your desktop.
+* [[forum/gadu_-_git-annex_disk_usage]] is a du like utility that
+ is git-annex aware.
+* [sizes](http://hackage.haskell.org/package/sizes) is another du-like
+ utility, with a `-A` switch that enables git-annex support.