sharkdp / fd

A simple, fast and user-friendly alternative to 'find'
Apache License 2.0
34.25k stars 816 forks source link

Initial attempt at adding support for pcre #1606

Open tmccombs opened 3 months ago

tmccombs commented 3 months ago

This also significantly refactors the code for creating the regexes to match with, and in some cases avoids using regex altogether.

Fixes #1603 #399

I'm not sure if this is worth doing, but wanted to see what it would take.