ZIP
WinGet
fd
David Peter · 10.3.0 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
fd-v10.3.0-i686-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
sharkdp.fd
Version
10.3.0
Description
A simple, fast and user-friendly alternative to 'find'
License
Apache-2.0
↗
Homepage
https://github.com/sharkdp/fd
Installer URL
https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-i686-pc-windows-msvc.zip
Release Notes
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 to options such --changed-within and --changed-before including:
- 'M' no longer means "month", as that could be confusing with minutes. Use "mo", "mos", "month" or "months" instead.
- month and year now account for variability in the calander rather than being a hard-coded…