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
- Calls to compression tools need to separate file names from options
- Add --max-bytes flag to limit bytes searched per file
- Add support for C3 programming language files.
- Globset: A simple way to check whether there are any wildcards
- add built-in ability to limit search to first N bytes of file/stream (like with `head -c`)
- Commands that use glob filters with absolute paths behave differently depending on cwd
- `rg` cannot traverse arbitrarily deep directories like GNU `grep`.
- Directory entries in `.gitignore` are not processed in the same way as in Git
- perf(searcher/mmap): advise sequential access for file-backed mmaps on Unix
- Dangling link in docs for `ignore::Error::io_error`
- Docs
- Rust not yet supported