fd v6.3.0 Release Notes

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

    ๐Ÿ‘€ Files with multiple extensions can now be found via --extension/-e, see #214 (@althonos)

    \> fd -e tar.gz
    

    โž• Added new -F/--fixed-strings/--literal option that treats the pattern as a literal string instead of a regular expression, see #157

    \> fd -F 'file(1).txt'
    

    ๐Ÿ‘ Allow -exec to work as --exec, see #226 (@stevepentland)

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fixed Ctrl-C handling when using --exec, see #224 (@Doxterpepper)

    ๐Ÿ›  Fixed wrong file owner for files in deb package, see #213

    Other