1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-22 23:53:48 -07:00
Files
.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
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
build.rs
rustfmt.toml
ripgrep/tests/data/sherlock.gz
Balaji Sivaraman f007f940c5 search: add support for searching compressed files
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 
2018-01-30 09:13:53 -05:00

263 B