Page MenuHomeSolus

Update fd to 8.0.0
ClosedPublic

Authored by xulongwu4 on Apr 26 2020, 8:34 PM.
Tags
None
Referenced Files
F11066968: D8741.diff
Fri, Aug 11, 7:09 PM
F11011387: D8741.diff
Thu, Aug 3, 2:30 PM
F10872648: D8741.id.diff
Jun 19 2023, 2:11 AM
F10872632: D8741.id.diff
Jun 19 2023, 1:59 AM
F10863236: D8741.id21077.diff
Jun 17 2023, 1:28 AM
F10856425: D8741.diff
Jun 14 2023, 9:08 PM
F10788553: D8741.diff
May 26 2023, 4:37 PM
F10694205: D8741.id20992.diff
Apr 25 2023, 11:48 AM
Subscribers

Details

Summary

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.
Test Plan

Testsed various searches and the results are as expected.

Diff Detail

Repository
R4244 fd
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 30 2020, 10:02 PM
This revision was automatically updated to reflect the committed changes.