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
- How the binary under test is looked up relies on internals of Cargo and will break with existing / upcoming features
- How the binary under test is looked up relies on internals of Cargo and will break with existing / upcoming features
- `--type` should be case-insensitive or at least have an option to
- Performance penalty of probing ignore files under every subdirectory (especially on Windows), and a possible solution
- Rg emits unnecessary \e 0m sequences when using colors:none styles
- GlobSet: `matches_all` returns true when multiple globs share the same match strategy
- fix: use -- separator when passing file paths to decompression tools
- Ignore: Panic occur when use walk with walkbuilder set both min_depth and max_path to some(1) and visit the system root_path
- globset: add POSIX character class support in bracket expressions
- Support `GIT_CONFIG_GLOBAL` and `GIT_CONFIG_SYSTEM` environment variables for finding `core.excludesFile`
- Docs
- Rust not yet supported