feat: CLI progress bar with indicatif

- Progress bar shows scan progress with file count and ETA
- Split scan_images into collect_image_paths + process_image
- Added indicatif crate
This commit is contained in:
admin
2026-04-28 01:10:53 +00:00
parent 5714c999bc
commit 2bc9a9c99c
4 changed files with 207 additions and 3 deletions

View File

@@ -14,3 +14,4 @@ base64 = "0.22"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rusqlite = { version = "0.31", features = ["bundled"] }
indicatif = "0.17"