This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmTNrhkVQ26GBLaLD5-zNuEiR8syTj4mI8 2014-07-02 23:54:43 +00:00 committed by admin
parent 9e309cf2fc
commit af7f96806b

View file

@ -9,9 +9,10 @@ I see several options:
Options 1 and 2 are impractical for several reasons. Option 4 usually requires that your files are inside the DMS. Options 1 and 2 are impractical for several reasons. Option 4 usually requires that your files are inside the DMS.
So my question is. Do you think this is doable with git-annex? So my question is. Do you think this is doable with git-annex?
Is there an easy way to ask it: give me the document with this index? * Is there an easy way to ask it: give me the document with this index?
I think the best answer for this question is: git annex find --include '*' --format='${key} ${file}' | grep <KEY> * I think the best answer for this question is: git annex find --include '*' --format='${key} ${file}' | grep <KEY>
And conversely, how do I find the key of a certain document? * And conversely, how do I find the key of a certain document?
Thanks in advance. Thanks in advance.
Best, Best,
Juan Juan