diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-16 15:46:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-16 15:46:41 -0400 |
commit | 0f59a8f55a4715c5e80cf82d5288652c9677aa74 (patch) | |
tree | 507f02978060b0917be25451801e18c3eb657246 /doc/related_software.mdwn | |
parent | 67d0b7419b603ea09101d7bf0ee43189931e3050 (diff) |
add a page collecting related software
Diffstat (limited to 'doc/related_software.mdwn')
-rw-r--r-- | doc/related_software.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
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. |