Update fd to 8.0.0.
Changelog:
- Add a new -l/--list-details option to show more details about the search results. This is basically an alias for --exec-batch ls -l with some additional ls options.
- Add a new --max-results=<count> option to limit the number of search results.
- Add the alias -1 for --max-results=1.
- Add new --type socket and --type pipe filters.
- Add new --min-depth <depth> and --exact-depth <depth> options in addition to the existing option to limit the maximum depth.
- Support additional ANSI font styles in LS_COLORS: faint, slow blink, rapid blink, dimmed, hidden and strikethrough.
- LS_COLORS entries with unsupported font styles are not completely ignored.
- When using --glob in combination with --full-path, a * character does not match a path separation character (/ or \\) anymore. You can use ** for that.
- "Legacy" support to use fd -exec (with a single dash) has been removed. Use fd -x or fd --exec instead.
- Overall improved error handling and error messages.