update (almost) all taglines and descs
[webi-installers/.git] / rg / package.yash
index 7c11c6f39bfbbb81c2c7f54cd27523cf1faf9071..33c6f6a609632691f71129409ca953a21c31d405 100644 (file)
@@ -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 <search-term> # searches recursively, ignoing .git, node_modules, etc
+#   rg <search-term> # searches recursively, ignoring .git, node_modules, etc
 #   ```
 #
 #   ```bash