fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v4.0.0
· 1y+
Features
- Added filtering by file extension, for example
fd -e txt, see #56 (@reima) - Add option to force colored output:
--color always, see #49 (@Detegr) - Generate Shell completions for Bash, ZSH, Fish and Powershell, see #64 (@ImbaKnugel)
- Better & extended
--helptext (@abaez and @Detegr) - Proper Windows support, see #70
Changes
- The integration tests have been re-written in Rust :sparkles:, making them platform-independent and easily callable via
cargo test- see #65 (many thanks to @reima!) - New tutorial in the README (@deg4uss3r)
- Reduced number of
statsyscalls for each result from 3 to 1, see #36. - Enabled Appveyor CI