From 124eb66877948bed5989468ebc9664f82196afde Mon Sep 17 00:00:00 2001 From: Lian Studer Date: Sat, 14 Feb 2026 22:57:46 +0100 Subject: [PATCH] docs: list of missing features --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ffd556..2b449ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Reimagine +## Missing features +- Adding image metadata for date based grouping (CLI tool) +- Handle rejected files (hash compare them) + ## Finding file count find . -type f -iname "*.jpg" | wc -l \ No newline at end of file