levent is a WIP media tagger.
- importing images into levent (w/ thumbnail generation)
- tagging images (very simple space separated tags)
- filtering images
- use sqlite or something
- importing any file
- support showing more metadata about files
- add tabs for showing files (with separate filters)
- add filtering by various metadata (width, height, etc.)
obtain executables from the latest nightly release. currently supports macos, linux and windows.
also see levent -h for CLI flags / commands.
- obtain zig (current targeted version is
0.14.0-dev.2362+a47aa9dd9).- on linux, you also need
gtk-3.0,gdk-3.0andatk-1.0.
- on linux, you also need
- run
zig build runto run a debug build.