pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.87k stars 70 forks source link

Respect .gitignore and .fdignore. Skip hidden files by default. #119

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

Additionally, the options for controlling hidden files selection have been changed. --skip-hidden has been removed, and replaced with --hidden which has the opposite meaning. The short option for including hidden files is -. as in ripgrep. -A has been repurposed to mean --no-ignore (A stands for "All files").

Fixes #101