Skip to content

Releases: sharkdp/fd

v4.0.0

07 Oct 14:03
Compare
Choose a tag to compare

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

v3.1.0

17 Sep 07:42
Compare
Choose a tag to compare

Features

  • Added file type filtering, e.g. find --type directory or find -t f (@Exitium)

v3.0.0

09 Sep 17:48
Compare
Choose a tag to compare

Features

  • Directories are now traversed in parallel, leading to significant performance improvements (see benchmarks)
  • Added --print0 option (@michaelmior)
  • Added AUR packages (@wezm)

Changes

  • Changed short flag for --follow from -f to -L (consistency with ripgrep)

v2.0.0

13 Jun 18:35
Compare
Choose a tag to compare
  • Changed --sensitive to --case-sensitive
  • Changed --absolute to --absolute-path
  • Throw an error if root directory is not existent, see #39
  • Use absolute paths if the root dir is an absolute path, see #40
  • Handle invalid UTF-8, see #34 #38
  • Support -V, --version by switching from getopts to clap.

Misc:

  • It's now possible to install fd via homebrew on macOS: brew install fd.

v1.1.0

09 Jun 12:42
Compare
Choose a tag to compare
  • Windows compatibility (@sebasv), see #29 #35
  • Safely exit on broken output pipes (e.g.: usage with head, tail, ..), see #24
  • Backport for rust 1.16, see #23

v1.0.0

05 Jun 20:00
Compare
Choose a tag to compare
  • Respect .(git)ignore files
  • Use LS_COLORS environment variable directly, instead of ~/.dir_colors file.
  • Added unit and integration tests
  • Added optional second argument (search path)

v0.3.0

14 May 20:17
Compare
Choose a tag to compare
Bump version

v0.2.0

12 May 21:38
Compare
Choose a tag to compare
Update help message

v0.1.0

12 May 11:45
Compare
Choose a tag to compare
Add travis badge