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 ...]
10
12 Changes the current view, adding an additional level of directories to
13 categorize the files.
14
15 For example, when the view is by author/tag, vadd year=* will change it
16 to year/author/tag.
17
18 So will vadd year=2014 year=2013, but limiting the years in view to
19 only those two.
20
22 git-annex(1)
23
24 git-annex-metadata(1)
25
26 git-annex-view(1)
27
28 git-annex-vpop(1)
29
30 git-annex-vfilter(1)
31
32 git-annex-vcycle(1)
33
35 Joey Hess <id@joeyh.name>
36
37 git-annex-vadd(1)