summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-08 11:44:00 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:24:40 -0400
commit0eb2501b6e89bf83360eb70afbf1b5d221c92142 (patch)
treec4c592e8473c31243e0178d01d11fde604212c72 /README.md
parent184c15882ed1ef9939cea62ac1ad204a93bee189 (diff)
doc: add a section about --pre to the GUIDE
Fixes #1252
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b58ca90c..b13e27ed 100644
--- a/README.md
+++ b/README.md
@@ -116,9 +116,10 @@ times are unaffected by the presence or absence of `-n`.
specifically specified with the `-E/--encoding` 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.
+* ripgrep supports
+ [arbitrary input preprocessing filters](GUIDE.md#preprocessor)
+ which could be PDF text extraction, less supported decompression, decrypting,
+ automatic encoding detection and so on.
In other words, use ripgrep if you like speed, filtering by default, fewer
bugs and Unicode support.