elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
421 stars 65 forks source link

Silent deletion and subfolder traversal #12

Closed cyremur closed 2 years ago

cyremur commented 2 years ago

I'm planning to use this in a semi-automated situation and it would be nice to have the option to suppress the user confirmation for silent deletion.

Will lift some code for now and adapt for my use case. Thanks for this project!

Also, it could be interesting to add subfolder traversal.

elisemercury commented 2 years ago

Hi cyremur!

Thanks a lot for your input! The silent deletion feature has been added with the update of v2.2. The sub-folder traversal feature will be considered with future updates.

All the best, Elise