1tracker-tag(1) User Commands tracker-tag(1)
2
3
4
6 tracker-tag - Add, remove and list tags.
7
8
10 tracker-tag [OPTION...] FILE [FILE...]
11
12
14 tracker-tag allows the caller add tags, remove tags and list tags by
15 URN or to list all tags and the files associated with them.
16
17 The FILE argument can be either a local path or a URI. It also does not
18 have to be an absolute path.
19
20
22 -?, --help
23 Show summary of options.
24
25 -l, --limit=N
26 Limit search to N results. The default is 512.
27
28 -o, --offset=N
29 Offset the search results by N. For example, start at item num‐
30 ber 10 in the results. The default is 0.
31
32 -r, --or-operator
33 Use OR for search terms instead of AND (the default)
34
35 -t, --list
36 List all tags. Results include the number of files associated
37 with that tag and the tag's unique identifier. You can show the
38 files associated with each tag by using --show-files.
39
40 -s, --show-files
41 Show the files associated with each tag. This option is ONLY
42 available WITH the --list option.
43
44 -a, --add=TAG
45 Add a tag with the name TAG. If no FILE arguments are specified,
46 the tag is simply created (if it didn'talready exist) and no
47 files are associated with it. Multiple FILE arguments can be
48 specified.
49
50 -d, --delete=TAG
51 Delete a tag with the name TAG. If no FILE arguments are speci‐
52 fied, the tag is deleted for ALL files. If FILE arguments are
53 specified, only those files have the TAG deleted.
54
55 -e, --description=STRING
56 This option ONLY applies when using --add and provides a
57 description to go with the tag label according to STRING.
58
59 -V, --version
60 Print version.
61
62
64 tracker-store(1), tracker-sparql(1), tracker-search(1), tracker-
65 info(1).
66
67
68
69GNU July 2009 tracker-tag(1)