X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=rg%2Fpackage.yash;h=33c6f6a609632691f71129409ca953a21c31d405;hb=eeaa8db394e92b53b0031fa62b33b969366a7913;hp=7c11c6f39bfbbb81c2c7f54cd27523cf1faf9071;hpb=c017e861e7187ac818ca49b39846f13b7706f4e4;p=webi-installers%2F.git diff --git a/rg/package.yash b/rg/package.yash index 7c11c6f..33c6f6a 100644 --- a/rg/package.yash +++ b/rg/package.yash @@ -1,13 +1,13 @@ # title: Ripgrep # homepage: https://github.com/BurntSushi/ripgrep -# tagline: a modern drop-in grep replacement -# alias: rg +# tagline: | +# Ripgrep is a git and sourcecode-aware drop-in grep replacement. # description: | -# `rg` is a drop-in replacement for `grep`, that respects `.gitignore` and `.ignore`, has all of the sensible default 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. +# 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. # examples: | # # ```bash -# rg # searches recursively, ignoing .git, node_modules, etc +# rg # searches recursively, ignoring .git, node_modules, etc # ``` # # ```bash