summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbruce-one <bryce@gibson-consulting.com.au>2019-05-30 03:37:31 +1000
committerAndrew Gallant <jamslam@gmail.com>2019-05-29 13:37:31 -0400
commit290fd2a7b6b21401c0b6fd51de75bd4f53091577 (patch)
tree8feed9562f2559319661d55f370748c83394769e
parentd1e4d28f3090cd0ce6e2eb7931e6b897e9235c30 (diff)
readme: mention Zstandard and Brotli
Also alphabetise the list. PR #1288
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d6bbc74d..79b84fe0 100644
--- a/README.md
+++ b/README.md
@@ -114,8 +114,8 @@ increases the times to `2.640s` for ripgrep and `10.277s` for GNU grep.
as UTF-16, latin-1, GBK, EUC-JP, Shift_JIS and more. (Some support for
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, bzip2 or lz4) with the `-z/--search-zip` flag.
+* ripgrep supports searching files compressed in a common format (brotli,
+ bzip2, gzip, lz4, lzma, xz, or zstandard) with the `-z/--search-zip` flag.
* ripgrep supports arbitrary input preprocessing filters which could be PDF
text extraction, less supported decompression, decrypting, automatic encoding
detection and so on.