fd v6.2.0 Release Notes

Release Date: 2018-01-03 // about 6 years ago
  • ๐Ÿ”‹ Features

    ๐Ÿ‘Œ Support for filtering by multiple file extensions and multiple file types, see #199 and #177
    (@tkadur).

    For example, it's possible to search for C++ source or header files:

    \> fd -e cpp -e c -e cxx -e h pattern
    

    ๐Ÿ”„ Changes

    • The size of the output buffer (for sorting search results) is now limited to 1000 entries. This
      ๐Ÿ‘Œ improves the search speed significantly if there are a lot of results, see #191 (@sharkdp).

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix a bug where long-running searches could not be killed via Ctrl-C, see #210 (@Doxterpepper)
    • ๐Ÿ‘€ fd's exit codes are now in accordance with Unix standards, see #201 (@Doxterpepper)

    Other

    • ๐Ÿ‘€ Bash, zsh and fish completion should now work with the Ubuntu .deb packages, see #195 and #209
      (@tmccombs and @sharkdp)
    • There is a new section on how to set up fzf to use fd in the
      ๐Ÿ‘€ README, see #168.