another WSL matching fix
[webi-installers/.git] / rg / package.yash
1 # title: Ripgrep
2 # homepage: https://github.com/BurntSushi/ripgrep
3 # tagline: |
4 #   Ripgrep is a git and sourcecode-aware drop-in grep replacement.
5 # description: |
6 #   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.
7 # examples: |
8 #
9 #   ```bash
10 #   rg <search-term> # searches recursively, ignoring .git, node_modules, etc
11 #   ```
12 #
13 #   ```bash
14 #   rg 'function doStuff'
15 #   ```
16 #
17 #   ```bash
18 #   rg 'doStuff\(.*\)'
19 #   ```
20
21 END