This commit is contained in:
thePR0M3TH3AN
2025-05-14 15:31:46 -04:00
parent 1b893cd88e
commit 1368693d06
10 changed files with 435 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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