fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v8.7.0
· 1y+
Features
- Add flag --no-require-git to always respect gitignore files, see #1216 (@vegerot)
Bugfixes
- Fix logic for when to use global ignore file. There was a bug where the only case where the
global ignore file wasn't processed was if
--no-ignorewas passed, but neither--unrestrictednor--no-global-ignore-fileis passed. See #1209