mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08:44 +00:00
249 B
249 B
1. Build
cargo build --release
2. Initialise DB (idempotent)
./target/release/marlin init
3. Scan a directory
./target/release/marlin scan ~/Pictures
4. Tag all JPEGs in Pictures
./target/release/marlin tag "~/Pictures/**/*.jpg" vacation