Skip to content

ripgrep

Dewayne VanHoozer edited this page Jan 6, 2024 · 1 revision

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 rg -uuu.) ripgrep has first class support on Windows, macOS and Linux.

Website: https://github.com/BurntSushi/ripgrep

Clone this wiki locally