← All projects
Dev Tools

ripgrep

by BurntSushi

An extremely fast line-oriented search tool that recursively searches directories while respecting your gitignore.

Stars

66,600

Forks

2,700

Language

Rust

License

MIT

ripgrep (rg) recursively searches directories for a regex pattern while respecting your gitignore rules and skipping hidden and binary files by default. Built on Rust's regex engine with SIMD and literal optimizations, it is generally the fastest search tool available — often 5–30x faster than grep on large codebases while keeping full Unicode support. Supports file-type filtering, compressed-file search, multiline patterns, configurable regex engines (including PCRE2), and replacements. A staple of the modern terminal and the search backend for many AI coding agents.

cligrepsearchregexrustcommand-line-tool
ripgrep — Open Source | Amit