← Package directory
Available on winget

Install fd

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

Install with winget
winget install --id sharkdp.fd
Upgrade
winget upgrade --id sharkdp.fd
Uninstall
winget uninstall --id sharkdp.fd

About fd

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

What's new in 10.4.2

Bugfixes - Fixed performance regression due to --ignore-contain; see #1913 and #1914

Read release notes

Version history

Version Updated Notes
10.4.2 Unknown Bugfixes - Fixed performance regression due to --ignore-contain; see #1913 and #1914
10.4.1 Unknown This is just a re-release of 10.4.0 due to an issue with the 10.4.0 release.
10.3.0 Unknown Features - Add a hidden --mindepth alias for --min-depth. (#1617) Bugfixes Changes - Replace humantime crate and chrono crate with jiff crate, see #1690 (@sorairolake). This has some small changes to the way dates given...
10.2.0 Unknown Features - Add --hyperlink option to add OSC 8 hyperlinks to output Changes - Build windows releases with rust 1.77 so windows 7 is still supported - Deb packages now include symlink for fdfind to be more consistent with...
10.1.0 Unknown Features - Allow passing an optional argument to --strip-cwd-prefix of "always", "never", or "auto". to force whether the cwd prefix is stripped or not. - Add a --format option which allows using a format template for di...
10.0.0 Unknown Features - Add dir as an alias to directory when using -t \ --type, see #1460 and #1464 (@Ato2207). - Add support for @%s date format in time filters similar to GNU date (seconds since Unix epoch for --older/--newer), se...
9.0.0 Unknown Performance - This release is all about performance, which has been significantly improved, both due to optimizations in the underlying ignore crate (#1429 by @tavianator), and in fd itself (#1422, #1408, #13620 by @tavi...
8.7.1 Unknown Bugfixes - -1 properly conflicts with the exec family of options. - --max-results overrides -1 - --quiet properly conflicts with the exec family of options. This used to be the case, but broke during the switch to clap-d...
8.7.0 Unknown 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
8.6.0 Unknown Release notes