72 lines
3.3 KiB
Markdown
72 lines
3.3 KiB
Markdown
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.
|
|
|
|
* Emacs Org mode can auto-commit attached files to git-annex.
|
|
|
|
* [git annex darktable integration](https://github.com/xxv/darktable-git-annex)
|
|
|
|
* [Magit](http://github.com/magit/magit), an Emacs mode for Git, has
|
|
[an extension](https://github.com/magit/magit-annex) for git annex.
|
|
|
|
* [git-annex-metadata-gui](https://github.com/alpernebbi/git-annex-metadata-gui)
|
|
is a GUI for editing the metadata. An easier alternative to using
|
|
[[git-annex-metadata]] at the command line.
|
|
|
|
* [DataLad](http://datalad.org/) uses git-annex to provide access to
|
|
scientific data available from various sources.
|
|
|
|
* [GIN](https://web.gin.g-node.org/) uses git-annex to manage data for
|
|
neuroscience.
|
|
|
|
* The [Baobáxia](https://github.com/RedeMocambos/baobaxia) project
|
|
built by the Brazilian [Mocambos network](http://www.mocambos.net/)
|
|
is [using git-annex to connect isolated communities](http://www.modspil.dk/itpolitik/baob_xia.html).
|
|
Repositories sync over satellite internet and/or sneakernet.
|
|
|
|
* The [Isuma Media Players project](http://isuma-media-players.readthedocs.org/en/latest/index.html)
|
|
uses git-annex to "create a two-way, distributed content distribution
|
|
network for communities with poor connexions to the internet".
|
|
|
|
* [Densho](http://www.densho.org/)
|
|
uses git-annex to manage upwards of 10+ terabytes of collections,
|
|
transporting them from small cultural heritage sites on USB drives.
|
|
User interface is a [Django web app](https://github.com/densho).
|
|
|
|
* [[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.
|
|
|
|
* [git-annex-watcher](https://github.com/rubiojr/git-annex-watcher)
|
|
is a status icon for your desktop.
|
|
|
|
* [git-annex-adaptor](https://github.com/alpernebbi/git-annex-adapter)
|
|
is a python interface to git-annex.
|
|
|
|
* [git-annex-turtle](https://github.com/andrewringler/git-annex-turtle)
|
|
is a macOS app providing Finder integration to git-annex.
|
|
|
|
* [recastex](http://git-annex.branchable.com/tips/Announcing_recastex_-___40__re__41__podcast__from_your_annex/)
|
|
publishes podcasts and other files from by git-annex to your phone.
|
|
|
|
* [AnnexRemote](https://github.com/Lykos153/AnnexRemote) is a python library for creating new external special remotes.
|
|
|
|
* [Git::Annex](https://metacpan.org/release/Git-Annex) is a Perl interface to git-annex, including a script `git annex reviewunused` for interactively processing git-annex-unused output
|
|
|
|
* [easy-git-annex](https://www.npmjs.com/package/easy-git-annex) is a
|
|
TypeScript interface to git-annex (and git) commands. It can also be used
|
|
by JavaScript.
|
|
|
|
* [rf](https://github.com/apuapaquola/rf) is a minimalist framework for
|
|
reproducible computational workflows in which version control is
|
|
done with git + git annex
|
|
|
|
* [borg2annex](https://gitlab.com/hxtmdev/borg2annex)
|
|
converts a sequence of borgbackup archives into a git-annex repository,
|
|
storing nested Git repositories as subtrees or bundles.
|
|
|
|
See also [[not]] for software that is *not* related to git-annex, but similar.
|