mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
add webi dat dat dat
This commit is contained in:
33
rg/README.md
Normal file
33
rg/README.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: Ripgrep
|
||||
homepage: https://github.com/BurntSushi/ripgrep
|
||||
tagline: |
|
||||
Ripgrep is a git and sourcecode-aware drop-in grep replacement.
|
||||
---
|
||||
|
||||
## Updating `rg`
|
||||
|
||||
```bash
|
||||
webi rg@stable
|
||||
```
|
||||
|
||||
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. R.I.P. grep.
|
||||
|
||||
```bash
|
||||
rg <search-term> # searches recursively, ignoring .git, node_modules, etc
|
||||
```
|
||||
|
||||
```bash
|
||||
rg 'function doStuff'
|
||||
```
|
||||
|
||||
```bash
|
||||
rg 'doStuff\(.*\)'
|
||||
```
|
||||
@@ -1,21 +0,0 @@
|
||||
# title: Ripgrep
|
||||
# homepage: https://github.com/BurntSushi/ripgrep
|
||||
# tagline: |
|
||||
# Ripgrep is a git and sourcecode-aware drop-in grep replacement.
|
||||
# description: |
|
||||
# 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, ignoring .git, node_modules, etc
|
||||
# ```
|
||||
#
|
||||
# ```bash
|
||||
# rg 'function doStuff'
|
||||
# ```
|
||||
#
|
||||
# ```bash
|
||||
# rg 'doStuff\(.*\)'
|
||||
# ```
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user