diff options
author | ghen1 <ghen1@web> | 2014-10-09 02:39:39 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-09 02:39:39 +0000 |
commit | b01861d095616c9e3301f022e1ee28067c612865 (patch) | |
tree | c4ffba6c597b644bf5979467a18d6f4eaa4b2d1b /doc | |
parent | 971d775fc49b0c63d7155688265a8a1c6131c9b5 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/How_to_list_all_existing_metadata_types__63__.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/How_to_list_all_existing_metadata_types__63__.mdwn b/doc/forum/How_to_list_all_existing_metadata_types__63__.mdwn new file mode 100644 index 000000000..402620ca4 --- /dev/null +++ b/doc/forum/How_to_list_all_existing_metadata_types__63__.mdwn @@ -0,0 +1,15 @@ +Is there any way to list all of the existing tag and metadata field types? What I mean is, I have files tagged with several different tags, files with several metadata fields; is there any way to list all the tag and field names being used (not all the files WITH those tags)? + +For example, something like: + +git annex metadata --listfields +lastchanged +month +month-lastchanged +year +year-lastchanged + +git annex metadata --listtags +Public +Personal +Work |