
ripgrep
CLI Tools
About
ripgrep is a command-line search tool for developers that recursively greps a codebase while respecting .gitignore by default.
- Searches faster than grep, ack, and The Silver Searcher
- Skips ignored files automatically
- Supports full regular expression syntax
- Searches inside compressed files with a flag
- Category:
- CLI Tools
- Platform:
- Code