From 290fd2a7b6b21401c0b6fd51de75bd4f53091577 Mon Sep 17 00:00:00 2001 From: bruce-one Date: Thu, 30 May 2019 03:37:31 +1000 Subject: readme: mention Zstandard and Brotli Also alphabetise the list. PR #1288 --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.3