RIPGREP
// Blazingly fast recursive search that respects your .gitignore
ripgrep
Blazingly fast recursive search that respects your .gitignore
13EmergingUnknown
What it does
ripgrep (rg) ------------ ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. (To disable all automatic filtering by default, use .) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available
Getting Started
git
git clone https://github.com/BurntSushi/ripgrepPlatforms
🪟windows🍎mac🐧linux
Install Difficulty
easyWorks With
In Collections
Built With
rust