mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
2b943eda4754f3b191aaab0c4cdfc4238632f845
We do this by avoiding using a RegexSet (*sigh*). In particular, file type matching has much simpler semantics than gitignore files, so we don't actually need to care which file type matched. Therefore, we can get away with a single regex with a giant alternation.
Description
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Readme
16 MiB
Languages
Rust
94.4%
Python
2.7%
Shell
2.1%
Roff
0.8%