
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
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.
It also comes with a command-line tool to manipulate the tag database.
SIT-Tagger lets you write text captions for files. In addition, any #hashtags
you write in the caption are transformed into actual file tags. This makes tagging files easier while letting you comment your files.
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
Install with pipx install sittagger
.
FAQs
Image viewer with user-labels tag database
We found that sittagger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.