aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 16:00:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 16:00:12 -0400
commit5774fe6e52fb0e09500810f79e7039701927b914 (patch)
tree3c23c72b14a9da443f283b474a6cd8911d45c9c5
parentd4d1090c74df25e17c72497d7369f33377dcb74e (diff)
git-annex-metadata-gui yay!
-rw-r--r--doc/devblog/day_434__it_works.mdwn8
-rw-r--r--doc/related_software.mdwn4
-rw-r--r--doc/tips/a_gui_for_metadata_operations/comment_1_1ce311d8328ea370a6a3494adea0f5db._comment8
3 files changed, 20 insertions, 0 deletions
diff --git a/doc/devblog/day_434__it_works.mdwn b/doc/devblog/day_434__it_works.mdwn
index 5ab81d422..75d096b31 100644
--- a/doc/devblog/day_434__it_works.mdwn
+++ b/doc/devblog/day_434__it_works.mdwn
@@ -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]],
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.
diff --git a/doc/related_software.mdwn b/doc/related_software.mdwn
index bfc68186c..3f099063e 100644
--- a/doc/related_software.mdwn
+++ b/doc/related_software.mdwn
@@ -16,6 +16,10 @@ designed to interoperate with it.
* [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.
diff --git a/doc/tips/a_gui_for_metadata_operations/comment_1_1ce311d8328ea370a6a3494adea0f5db._comment b/doc/tips/a_gui_for_metadata_operations/comment_1_1ce311d8328ea370a6a3494adea0f5db._comment
new file mode 100644
index 000000000..2a55de0be
--- /dev/null
+++ b/doc/tips/a_gui_for_metadata_operations/comment_1_1ce311d8328ea370a6a3494adea0f5db._comment
@@ -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!
+"""]]