aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Xyem <Xyem@web>2014-03-18 11:25:45 +0000
committerGravatar admin <admin@branchable.com>2014-03-18 11:25:45 +0000
commitc30b406b93d1f3f5c978ea1fa1962c7ad640ea9c (patch)
tree9c01fcc63128ab314332fa701bdf9cc906f71862
parent5fc0698acfea99765b1ef2409c1d189e76abd54f (diff)
-rw-r--r--doc/todo/wishlist:_metadata_metadata_view.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_metadata_metadata_view.mdwn b/doc/todo/wishlist:_metadata_metadata_view.mdwn
new file mode 100644
index 000000000..841a84ddc
--- /dev/null
+++ b/doc/todo/wishlist:_metadata_metadata_view.mdwn
@@ -0,0 +1,20 @@
+Currently looking at the metadata and views.
+
+One of the things I would like to do is have a view that shows files by metadata metadata.. for example, "when the file last had tags changed".
+
+Something along the lines of
+
+ $ git annex view metadata-tag-mtime=YYYYMMDD
+ view (searching...)
+
+ Switched to branch 'views/metadata/tag/mtime/YYYYMMDD'
+ ok
+
+ $ ls
+ 20130816
+ 20130921
+ 20131015
+
+This would allow me to review files that haven't had any tag changes applied for a while and thus, may need the tags updating.
+
+I've done this in every tagging system I've used by (ab)using mtime, but that requires an additional step (of touching the file).