ripgrep
Blazingly fast recursive search tool that respects gitignore
Search & Grep
Rust
ersetzt grep, ag, ack
ripgrep (rg) recursively searches directories for a regex pattern while respecting gitignore rules. It is faster than grep, ag, and ack in most benchmarks.
Installieren
brew
brew install ripgrep
cargo
cargo install ripgrep
apt
apt install ripgrep
Demos
Verwandte Tools
grep
The classic Unix pattern matching utility
The Silver SearcherA code searching tool similar to ack, but faster
ast-grepA fast and polyglot tool for code structural search and rew…
ackA grep-like tool designed for searching source code
ugrepUltra fast grep with interactive TUI, fuzzy search, and more
sadCLI search and replace with preview, powered by diff
sdIntuitive find & replace CLI, a sed alternative