fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v7.5.0
· 1y+
Features
- Added
--one-file-system(aliases:--mount,--xdev) to not cross file system boundaries on Unix and Windows, see #507 (@FallenWarrior2k). - Added
--base-directoryto change the working directory in whichfdis run, see #509 and #475 (@hajdamak). fdwill not use colored output if theNO_COLORenvironment variable is set, see #550 and #551 (@metadave).fd --execwill return exit code 1 if one of the executed commands fails, see #526 and #531 (@fusillicode and @Giuffre)
Bug Fixes
- Fixed 'command not found' error when using zsh completion, see #487 (@barskern).
fd -Lshould include broken symlinks, see #357 and #497 (@tommilligan, @neersighted and @sharkdp)- Display directories even if we don't have permission to enter, see #437 (@sharkdp)
Changes
- A flag can now be passed multiple times without producing an error, see #488 and #496 (@rootbid).
- Search results are sorted when using the
-Xoption to match the behaviour of piping toxargs, see #441 and #524 (@Marcoleni @crash-g).