X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;ds=sidebyside;f=rg%2FREADME.md;h=d16167061d90ca7b6bfd5501e234c5126c0adfdd;hb=21431156283806f9145b424386cbf9b2133301ce;hp=5737a020bc3ed309c6e7bcc3ca1ffba332c87805;hpb=51036a0917a1fadf20d18e90e9bd9ecf294b8f90;p=webi-installers%2F.git diff --git a/rg/README.md b/rg/README.md index 5737a02..d161670 100644 --- a/rg/README.md +++ b/rg/README.md @@ -16,9 +16,9 @@ Use the `@beta` tag for pre-releases. ## Cheat Sheet > 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. +> respects `.gitignore` and `.ignore`, has all of the sensible options you +> want (colors, numbers, etc) turned on by default, is written in Rust, and +> typically outperforms grep in many use cases. ```bash rg # searches recursively, ignoring .git, node_modules, etc