pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

Option to not match files in the same dir given as argument #72

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

This introduces a new flag -I / --isolate. If this flag is set, all duplicates found within the same directory argument are counted as one.

Closes #65