EnglishFrenchSpanish

OnWorks favicon

tracker-tag - Online in the Cloud

Run tracker-tag in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command tracker-tag that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


tracker-tag - Add, remove and list tags.

SYNOPSIS


tracker tag FILE1 [FILE2 ...] [-l <limit>] [-o <offset>] [-r]
tracker tag -t [[TAG1] [TAG2] ...] [-s] [-r]
tracker tag -a <TAG> [-e <description>]
tracker tag -d <TAG>

DESCRIPTION


List tags for local files or by the tag labels themselves if -t is used.

It's also possible to manage tags with the -a and and -d options.

The FILE argument can be either a local path or a URI. It also does not have to be an
absolute path.

OPTIONS


-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, either matching tags are listed (OR
condition). 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 specified, 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.

-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, --and-operator
Use AND operator for search terms instead of OR (the default). For example:

$ tracker-tag -s -t sliff sloff

Should show files in the database that have both the sliff and sloff tags.

ENVIRONMENT


TRACKER_SPARQL_BACKEND
This option allows you to choose which backend you use for connecting to the
database. This choice can limit your functionality. There are three settings.

With "direct" the connection to the database is made directly to the file itself on
the disk, there is no intermediary daemon or process. The "direct" approach is
purely read-only.

With "bus" the tracker-store process is used to liase with the database queuing all
requests and managing the connections via an IPC / D-Bus. This adds a small
overhead BUT this is the only approach you can use if you want to write to the
database.

With "auto" the backend is decided for you, much like it would be if this
environment variable was undefined.

TRACKER_PRAGMAS_FILE
Tracker has a fixed set of PRAGMA settings for creating its SQLite connection.
With this environment variable pointing to a text file you can override these
settings. The file is a \n separated list of SQLite queries to execute on any newly
created SQLite connection in tracker-store.

Use tracker-tag online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 2
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 3
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 4
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • 5
    GLPI Themes
    GLPI Themes
    Download release at
    https://github.com/stdonato/glpi-modifications/
    Color themes for GLPI 0.84 and 0.85 New
    Modifications for GLPI This is an
    application that c...
    Download GLPI Themes
  • 6
    SMPlayer
    SMPlayer
    SMPlayer is a free media player for
    Windows and Linux with built-in codecs
    that can also play YouTube videos. One
    of the most interesting features of
    SMPlayer:...
    Download SMPlayer
  • More »

Linux commands

Ad