fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v8.6.0
· 1y+
Features
- New
--and <pattern>option to add additional patterns that must also be matched. See #315 and #1139 (@Uthar) - Added
--changed-afteras alias for--changed-within, to have a name consistent with--changed-before.
Changes
- Breaking: On Unix-like systems,
--type executablenow additionally checks if the file is executable by the current user, see #1106 and #1169 (@ptipiak)
Bugfixes
- Use fd instead of fd.exe for Powershell completions (when completions are generated on windows)