Skip to main content

Image viewer with user-labels tag database

Project description

SIT-Tagger is an app for browsing tagged files.

For now, it consists in an image browser app, that allows to set custom text tags on any image file, and then list image files matching checked tags. The tags are saved in a local SQLite database.

Other apps reusing the same database will be added, and support for video files will be added.

docs/shot-dirview.jpg docs/shot-tagview.jpg

It also comes with a command-line too to manipulate the tag database.

Command-line tool

SIT-Tagger comes with a command-line tool to manipulate the tag database.

These 2 commands set tag foo and unset tag bar on some/file.jpg:

sit-tagger-cli set +foo some/file.jpg
sit-tagger-cli set -bar some/file.jpg

Combined in a single command:

sit-tagger-cli set +foo -bar some/file.jpg

It’s possible to query the list files tagged foo:

% sit-tagger-cli query foo
/tmp/some/file.jpg

Or show the tags of a file:

% sit-tagger-cli show some/file.jpg
/tmp/some/file.jpg = [foo]

List all tags:

% sit-tagger-cli list-tags
foo

Rename a tag:

sit-tagger-cli rename-tag foo foonew

List all files:

% sit-tagger-cli list-files
/tmp/some/file.jpg

Remove all tags from a file:

sit-tagger-cli untrack-files some/file.jpg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sittagger-0.6.0.tar.gz (29.8 kB view hashes)

Uploaded Source

Built Distribution

sittagger-0.6.0-py2.py3-none-any.whl (34.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page