mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-22 23:53:48 -07:00
.cargo
.github
benchsuite
ci
complete
crates
doc
pkg
scripts
tests
data
sherlock-nul.txt
sherlock.Z
sherlock.br
sherlock.bz2
sherlock.gz
sherlock.lz4
sherlock.lzma
sherlock.xz
sherlock.zst
binary.rs
feature.rs
hay.rs
json.rs
macros.rs
misc.rs
multiline.rs
regression.rs
tests.rs
util.rs
.gitignore
CHANGELOG.md
COPYING
Cargo.lock
Cargo.toml
Cross.toml
FAQ.md
GUIDE.md
HomebrewFormula
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
This commit adds opt-in support for searching compressed files during recursive search. This behavior is only enabled when the `-z/--search-zip` flag is passed to ripgrep. When enabled, a limited set of common compression formats are recognized via file extension, and a new process is spawned to perform the decompression. ripgrep then searches the stdout of that spawned process. Closes #539
263 B
263 B