fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v8.2.0
· 1y+
Features
- Add new
--pruneflag, see #535 (@reima) - Improved the usability of the time-based options, see #624 and #645 (@gorogoroumaru)
- Add support for exact file sizes in the
--sizefilter, see #669 and #696 (@Rogach) fdnow prints an error message if the search pattern requires a leading dot but--hiddenis not enabled (Unix only), see #615
Bugfixes
- Avoid panic when performing limited searches in directories with restricted permissions, see #678
- Invalid numeric command-line arguments are silently ignored, see #675
- Disable jemalloc on Android, see #662
- The
--helptext will be colorless ifNO_COLORhas been set, see #600 (@xanonid)
Changes
- If
LS_COLORSis not set (e.g. on Windows), we now provide a more comprehensive default which includes much more filetypes, see #604 and #682 (mjsir911).
Other
- Added
zshcompletion files, see #654 and #189 (@smancill)