ripgrep: add support for lz4 decompression
This uses the lz4 binary for decompression. Closes #898
This commit is contained in:
committed by
Andrew Gallant
parent
02f08f3800
commit
1d09d4d31b
@@ -106,7 +106,7 @@ increases the times to `2.640s` for ripgrep and `10.277s` for GNU grep.
|
||||
automatically detecting UTF-16 is provided. Other text encodings must be
|
||||
specifically specified with the `-E/--encoding` flag.)
|
||||
* ripgrep supports searching files compressed in a common format (gzip, xz,
|
||||
lzma or bzip2 current) with the `-z/--search-zip` flag.
|
||||
lzma, bzip2 or lz4) with the `-z/--search-zip` flag.
|
||||
|
||||
In other words, use ripgrep if you like speed, filtering by default, fewer
|
||||
bugs, and Unicode support.
|
||||
|
||||
Reference in New Issue
Block a user