Open
Description
Hello,
Would you be open to accepting a PR that searched within archives (starting with .zip files)?
This could be easily implemented using the zip
crate, which would introduce dependencies on crc32fast
, crossbeam-utils
(already a crossbeam dependency in fd
's own), indexmap
, and memchr
. It can obviously be gated behind a feature flag, but you'd have to figure out whether you'd want it supported by default or not (with the primary difference being how it ends up packaged by distros).