Files
Marlin/README.md
thePR0M3TH3AN 1368693d06 update
2025-05-14 15:31:46 -04:00

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