Skip to content

v4.0.0

Compare
Choose a tag to compare
@sharkdp sharkdp released this 07 Oct 14:03
· 1312 commits to master since this release

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 --help text (@abaez and @Detegr)
  • Proper Windows support, see #70

Changes

  • The integration tests have been re-written in Rust ✨, 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 stat syscalls for each result from 3 to 1, see #36.
  • Enabled Appveyor CI