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
- searcher: erase reader type R behind &mut dyn io::Read in search_reader
- Make aarch64 Windows builds use a static CRT linkage
- Allow RIPGREP_CONFIG_PATH to be a list of files
- ignore: fix dangling backslash error for escaped trailing space with extra spaces
- search-zip: detect compressed files by magic number, not just extension
- [ignore] "whitelisted"/negated patterns in ignore files are included even if they are otherwise hidden
- ignore/types: add more PowerShell file types and aliases
- flags: add nushell completions via --generate complete-nushell
- Update GUIDE.md examples for latest release (15.2.0)
- -U/--multiline with PCRE2 (-P): a top-level anchor (^/$) inside a lookaround silently drops an unrelated match elsewhere in the same pattern
- Docs
- Rust not yet supported