fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v10.1.0
· 1y+
Features
- Allow passing an optional argument to
--strip-cwd-prefixof "always", "never", or "auto". to force whether the cwd prefix is stripped or not. - Add a
--formatoption which allows using a format template for direct ouput similar to the template used for--exec. (#1043)
Bugfixes
- Fix aarch64 page size again. This time it should actually work. (#1085, #1549) (@tavianator)
Other
- aarch64-apple-darwin target added to builds on the release page. Note that this is a tier 2 rust target.