1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/tests
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 #539
2018-01-30 09:13:53 -05:00
..
data search: add support for searching compressed files 2018-01-30 09:13:53 -05:00
hay.rs Add integration tests. 2016-09-09 22:58:30 -04:00
tests.rs search: add support for searching compressed files 2018-01-30 09:13:53 -05:00
workdir.rs couple of trivial fixes to make clippy a bit more happy (#704) 2017-12-30 16:06:16 -05:00