Skip to content

timbertson/eog-rate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
nix
 
 
src
 
 
 
 
 
 
 
 

eog-rate

A simple rating system for the Eye Of Gnome image viewer. You can set star ratings (between 0-3), and tags (comma-separated).

This data is stored both as xattr metadata on each file for interoperability / convenience / locality, and as a plain JSON file (one per directory) for resilience against backup or transport systems that don't preserve xattr metadata. Read up on dumbattr for the technical details (including a command to bulk-restore xattrs from the JSON serialization after such an event).

eog-rate comes with a command-line tool which can be used to find files (recursively) with ratings or tags that satisfy specific criteria. But you can use the dumbattr library (or xattr / JSON directly) to do whatever you want - it's your data.

About

Set ratings and tags in Eye of Gnome

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published