mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
benchsuite
ci
complete
doc
globset
grep
grep-cli
grep-matcher
grep-pcre2
grep-printer
grep-regex
grep-searcher
ignore
pkg
scripts
src
termcolor
tests
data
feature.rs
hay.rs
json.rs
macros.rs
misc.rs
multiline.rs
regression.rs
tests.rs
util.rs
wincolor
.gitignore
.travis.yml
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
FAQ.md
GUIDE.md
HomebrewFormula
ISSUE_TEMPLATE.md
LICENSE-MIT
README.md
UNLICENSE
appveyor.yml
build.rs
snapcraft.yaml
The --pre-glob flag is like the --glob flag, except it applies to filtering files through the preprocessor instead of for search. This makes it possible to apply the preprocessor to only a small subset of files, which can greatly reduce the process overhead of using a preprocessor when searching large directories.