add a page collecting related software
This commit is contained in:
parent
6241d4d085
commit
5892a198af
2 changed files with 12 additions and 0 deletions
|
@ -53,6 +53,7 @@ files with git.
|
|||
* [[internals]]
|
||||
* [[scalability]]
|
||||
* [[design]]
|
||||
* [[related_software]]
|
||||
* [[what git annex is not|not]]
|
||||
* [[sitemap]]
|
||||
|
||||
|
|
11
doc/related_software.mdwn
Normal file
11
doc/related_software.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue