1git-annex-vadd(1) General Commands Manual git-annex-vadd(1)
2
3
4
6 git-annex-vadd - add subdirs to current view
7
9 git annex vadd [field=glob ...] [field=value ...] [tag ...] [?tag ...]
10 [field?=glob]
11
13 Changes the current view, adding an additional level of directories to
14 categorize the files.
15
16 For example, when the view is by author/tag, vadd year=* will change it
17 to year/author/tag.
18
19 So will vadd year=2014 year=2013, but limiting the years in view to
20 only those two.
21
23 The git-annex-common-options(1) can be used.
24
26 git-annex(1)
27
28 git-annex-metadata(1)
29
30 git-annex-view(1)
31
32 git-annex-vpop(1)
33
34 git-annex-vfilter(1)
35
36 git-annex-vcycle(1)
37
39 Joey Hess <id@joeyh.name>
40
41 git-annex-vadd(1)