ripgrep is a line-oriented search tool that recursively searches directories for a regex pattern. Ripgrep is designed to be fast and efficient, especially for searching through large codebases, making it a popular alternative to traditional search tools like grep.

https://github.com/BurntSushi/ripgrep

https://formulae.brew.sh/formula/ripgrep

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