rg: remove 'R.I.P. grep'
authorAndrew Gallant <jamslam@gmail.com>
Wed, 16 Sep 2020 12:44:18 +0000 (08:44 -0400)
committerAndrew Gallant <jamslam@gmail.com>
Wed, 16 Sep 2020 12:44:18 +0000 (08:44 -0400)
The "rip" in the name "ripgrep" is meant to mean "to rip through text."
Incidentally, its dual meaning never occurred to me until someone told
me after I had released it.

See also:
https://github.com/BurntSushi/ripgrep/blob/master/FAQ.md#intentcountsforsomething

rg/README.md

index 554c3ad48a387ab236daea8102c5069ff03c79a4..5737a020bc3ed309c6e7bcc3ca1ffba332c87805 100644 (file)
@@ -18,7 +18,7 @@ Use the `@beta` tag for pre-releases.
 > Ripgrep (`rg`) is smart. It's like grep if grep were built for code. It
 > respects `.gitignore` and `.ignore`, has all of the sensible options you want
 > (colors, numbers, etc) turned on by default, is written in Rust, and simply
-> outperforms grep in every imaginable way. R.I.P. grep.
+> outperforms grep in every imaginable way.
 
 ```bash
 rg <search-term> # searches recursively, ignoring .git, node_modules, etc