ripgrep recursively searches directories for a regex pattern while respecting your gitignore

ripgrep (rg) is a high-performance, line-oriented search tool designed to recursively search directories for regex patterns.
It excels by respecting .gitignore rules, automatically skipping hidden or binary files, and providing fast results across Windows, macOS, and Linux.
Installation is simple, with pre-built binary downloads available for all major platforms in its official releases.
$ brew install ripgrep$ sudo port install ripgrep$ choco install ripgrep$ scoop install ripgrep$ winget install BurntSushi.ripgrep.MSVC$ sudo pacman -S ripgrep$ sudo dnf install ripgrep$ sudo apt install ripgrepto comment.