qarmin / czkawka

Multi functional app to find duplicates, empty folders, similar images etc.
Other
19.38k stars 634 forks source link

Allow to ignore similar files #221

Open alexislefebvre opened 3 years ago

alexislefebvre commented 3 years ago

I have some images that are similar but I don't want to erase them.

It would be nice to have an “ignore” function /button that put that file on a ignore list and that file won't appear in search results again. Or it could send that file to the bottom of the list.

endolith commented 3 years ago

Or just remove that match group from the list?

image

1024mb commented 3 years ago

Or just remove that match group from the list?

image

Would that also remove it automatically from subsequent scans?

endolith commented 3 years ago

Would that also remove it automatically from subsequent scans?

It doesn't do that in AllDup.

greydmiyu commented 1 year ago

Would that also remove it automatically from subsequent scans?

This would be my preference. I am using it to detect duplicates in a rather large corpus of files.

grey@morpheus ~/Pictures % ls -1R Wallpapers | wc -l 73636

In those files I have about a hundred files that are detected as duplicates but are not. They are of similar composition, but not the same image at all. I'd like a method of ignoring that specific match between those images on not just the current run, but all subsequent runs.