9 lines
197 B
Markdown
9 lines
197 B
Markdown
# 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 |