adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.42k stars 186 forks source link

Feature: size range #7

Open julianofischer opened 9 years ago

julianofischer commented 9 years ago

Hi, it would be great if fdupes could be able to search dupes in a size range.

What do you think?

adrianlopezroche commented 9 years ago

There's this, although it only skips files smaller than given size: https://github.com/adrianlopezroche/fdupes/pull/4

On Tue, Oct 14, 2014 at 5:36 PM, julianofischer notifications@github.com wrote:

Hi, it would be great if fdupes could be able to search dupes in a size range.

What do you think?

— Reply to this email directly or view it on GitHub https://github.com/adrianlopezroche/fdupes/issues/7.

julianofischer commented 9 years ago

Thanks @adrianlopezroche!

julianofischer commented 9 years ago

@adrianlopezroche could you kindly explain me how to merge your commit with my code?

rubenvarela commented 9 years ago

You could try downloading it from here, https://github.com/gnerdalot/fdupes

That's where the Pull Request came from.

julianofischer commented 9 years ago

Thank you @rubenvarela!