Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tracker-tag(1) [centos man page]

tracker-tag(1)							   User Commands						    tracker-tag(1)

NAME
tracker-tag - Add, remove and list tags. SYNOPSIS
tracker-tag [OPTION...] FILE [FILE...] tracker-tag [OPTION...] -t [[TAG] [TAG] ...] DESCRIPTION
tracker-tag allows the caller add tags, remove tags and list tags by URN or to list all tags and the files associated with them. The FILE argument can be either a local path or a URI. It also does not have to be an absolute path. OPTIONS
-?, --help Show summary of options. -l, --limit=N Limit search to N results. The default is 512. -o, --offset=N Offset the search results by N. For example, start at item number 10 in the results. The default is 0. -r, --or-operator Use OR for search terms instead of AND (the default) -t, --list List all tags. Results include the number of files associated with that tag and the tag's unique identifier. You can show the files associated with each tag by using --show-files. The TAG arguments are optional. If no TAG argument is specified, all tags are listed. If one or more TAGs are given, all matching tags are listed. For example, this will match any tags named either foo, bar or baz: $ tracker-tag -t foo bar baz -s, --show-files Show the files associated with each tag. This option is ONLY available WITH the --list option. -a, --add=TAG Add a tag with the name TAG. If no FILE arguments are specified, the tag is simply created (if it didn'talready exist) and no files are associated with it. Multiple FILE arguments can be specified. -d, --delete=TAG Delete a tag with the name TAG. If no FILE arguments are specified, the tag is deleted for ALL files. If FILE arguments are speci- fied, only those files have the TAG deleted. -e, --description=STRING This option ONLY applies when using --add and provides a description to go with the tag label according to STRING. -V, --version Print version. SEE ALSO
tracker-store(1), tracker-sparql(1), tracker-search(1), tracker-info(1). GNU
July 2009 tracker-tag(1)

Check Out this Related Man Page

IPTC(1) 							  [FIXME: manual]							   IPTC(1)

NAME
iptc - Utility for viewing and modifying the contents of IPTC metadata in images. SYNOPSIS
iptc [[-q] | [--quiet]] [[-b] | [--backup]] [[-s] | [--sort]] [[-v VALUE] | [--value=VALUE]] [[[-l] | [--list]] [[-L TAGS] | [--list-desc=TAGS]] [[-a TAGS] | [--add=TAGS]] [[-m TAGS] | [--modify=TAGS]] [[-d TAGS] | [--delete=TAGS]] [[-p TAGS] | [--print=TAGS]]] [--help] [--version] [file...] DESCRIPTION
This manual page documents briefly the iptc command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. iptc is a IPTC data editor. You can add, modify and delete ITPC metadata in images. You can also get the value of a particular tag. -q, --quiet Produce less verbose output. -b, --backup Backup any modified files. -s, --sort Sort tags before displaying or saving. --help Display an help message and exit. --version Display an iptc version number and exit. -l, --list List the name of all known tags (i.e. Caption, etc). -L TAG, --list-desc=TAG Print the name and description of TAG. -a TAG, --add=TAG Add new tag with identifier TAG. -m TAG, --modify=TAG Modify tag with identifier TAG (add if not present). -v VALUE, --value=VALUE Value for added/modified tag. -d TAG, --delete=TAG Delete tag with identifier TAG. -p TAG, --print=TAG Print value of tag with identifier TAG. file Files to edit. EXAMPLES
Display the IPTC metadata contained in image.jpg: iptc image.jpg Set caption "Foo" in all jpegs of the current dir: iptc -m Caption -v "Foo" *.jpg Add keyword "vacation" to all jpegs: iptc -a Keywords -v "vacation" *.jpg LICENSE
This manual page was written by Sylvain Le Gall gildor@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage. AUTHOR
Sylvain Le Gall <gildor at-smtp-server debian.org> Author. COPYRIGHT
Copyright (C) 2007 Sylvain Le Gall [FIXME: source] Jan 17, 2007 IPTC(1)
Man Page