ripgrep
https://github.com/burntsushi/ripgrep
Rust
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported0 Subscribers
Add a CodeTriage badge to ripgrep
Help out
- Issues
- add `blink` style support
- surprising behavior of replacement using number capture groups when combined with multiple search patterns
- Absolute path glob patterns on windows
- globset (and thus ripgrep) interpret braces ({}) as alternative ("a or b") whereas git doesn't
- traversing large amounts of symlinks is sub-optimal
- ignore: WalkBuilder.add_ignore() patterns are not rooted in the path being walked
- Allow --pre to return warning / error output while still searching
- document Windows locale and path separator settings
- Slash-rooted glob pattern matches directories, not just files
- Include/exclude searched files with implicit wildcard or regex (ag -G)
- Docs
- Rust not yet supported