fd (CLI)

sharkdp/fd last check 44 releases
Notes

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

Release notes
v6.1.0 · 1y+
view on github

Features

  • Support for multiple search paths, see #166 (@Doxterpepper)
  • Added --no-ignore-vcs option to disable .gitignore and other VCS ignore files, without disabling .ignore files - see #156 (@ptzz).

Bugfixes

  • Handle terminal signals, see #128 (@Doxterpepper)
  • Fixed hang on --exec when user input was required, see #178 and #193 (@reima)

Other

  • Debian packages are now created via Travis CI and should be available for this and all future releases (@tmccombs).
  • fd is now available on Void Linux (@maxice8)
  • The minimum required Rust version is now 1.20

Thanks

@Doxterpepper deserves a special mention for his great work that is included in this release and for the support in ticket discussions and concerning Travis CI fixes. Thank you very much!

Thanks also go out to @tmccombs for the work on Debian packages and for reviewing a lot of pull requests!