forked from extern/nix-config
16 lines
241 B
Markdown
16 lines
241 B
Markdown
|
# ripgrep
|
||
|
|
||
|
[ripgrep][ripgrep] is a modern version of grep.
|
||
|
|
||
|
## Use Cases
|
||
|
|
||
|
ripgrep can be used to:
|
||
|
|
||
|
- Search for strings in projects
|
||
|
|
||
|
You should not use ripgrep if:
|
||
|
|
||
|
- You should use ripgrep.
|
||
|
|
||
|
[ripgrep]: https://github.com/BurntSushi/ripgrep
|