Files
cheatsheets/rg/CHEATSHEET.md

21 lines
294 B
Markdown

# rg
## Meta
```yaml
name: rg
aliases: ripgrep
repo: https://github.com/burntsushi/ripgrep
description: ripgrep recursively searches directories for a regex pattern while respecting your gitignore
```
## Install
```shell
$ cargo install ripgrep
```
or
```shell
$ cargo binstall ripgrep
```