birkenfeld / fddf

Fast data dupe finder
Apache License 2.0
109 stars 9 forks source link

New option -H, exclude hidden files #16

Closed manfredlotz closed 4 years ago

manfredlotz commented 6 years ago

I would like to be able to exclude hidden files.

birkenfeld commented 6 years ago

Isn't this already possible with a pattern?

manfredlotz commented 6 years ago

Yes, but it is more cumbersome.

I think it is worth to have it as a specific option.

manfredlotz commented 6 years ago

I think one has to say: -F '^[^.].*' or is there something more elegant?