fd (CLI)

sharkdp/fd last check 44 releases
Notes

A simple, fast and user-friendly alternative to 'find'

Release notes
v7.5.0 · 1y+
view on github

Features

  • Added --one-file-system (aliases: --mount, --xdev) to not cross file system boundaries on Unix and Windows, see #507 (@FallenWarrior2k).
  • Added --base-directory to change the working directory in which fd is run, see #509 and #475 (@hajdamak).
  • fd will not use colored output if the NO_COLOR environment variable is set, see #550 and #551 (@metadave).
  • fd --exec will 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 -L should 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 -X option to match the behaviour of piping to xargs, see #441 and #524 (@Marcoleni @crash-g).