docs: list of missing features

This commit is contained in:
Lian Studer
2026-02-14 22:57:46 +01:00
parent 0de60fb7c3
commit 124eb66877

View File

@@ -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