BurntSushi/ripgrep
# ripgrep recursively searches directories for a regex pattern while respecting your gitignore
$ git clone https://github.com/BurntSushi/ripgrep.git
stars
66,384
forks
2,652
language
Rust
license
The Unlicense
What is BurntSushi/ripgrep?
ripgrep is a command-line search tool that recursively hunts through directories for text matching a regex pattern, automatically respecting .gitignore rules to skip irrelevant files. Written in Rust, it's significantly faster than traditional grep while offering a more intuitive interface and sensible defaults. Developers use it to quickly search codebases, logs, and other large text collections without having to manually exclude build artifacts, dependencies, or other ignored files.
Links
Topics
Activity
159 open issues · last updated Jul 21, 2026