git-annex-metadata-gui yay!
This commit is contained in:
parent
ed6a5bc271
commit
62043df289
3 changed files with 20 additions and 0 deletions
|
@ -16,4 +16,12 @@ the Tor relays being used, but this example with a 100 mb file is not bad:
|
||||||
There are still a couple of [[known bugs|todo/tor]],
|
There are still a couple of [[known bugs|todo/tor]],
|
||||||
but I've merged the `tor` branch into `master` already.
|
but I've merged the `tor` branch into `master` already.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
Alpernebbi has built a GUI for editing git-annex metadata.
|
||||||
|
Something I always wanted!
|
||||||
|
[[Read about it here|tips/a_gui_for_metadata_operations]]
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
Today's work was sponsored by Ethan Aubin.
|
Today's work was sponsored by Ethan Aubin.
|
||||||
|
|
|
@ -16,6 +16,10 @@ designed to interoperate with it.
|
||||||
* [Magit](http://github.com/magit/magit), an Emacs mode for Git, has
|
* [Magit](http://github.com/magit/magit), an Emacs mode for Git, has
|
||||||
[an extension](https://github.com/magit/magit-annex) for git annex.
|
[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
|
* [DataLad](http://datalad.org/) uses git-annex to provide access to
|
||||||
scientific data available from various sources.
|
scientific data available from various sources.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2016-12-07T19:58:11Z"
|
||||||
|
content="""
|
||||||
|
Thank you for this, I've always wanted such a GUI, and it's been a common
|
||||||
|
user request!
|
||||||
|
"""]]
|
Loading…
Reference in a new issue