ripgrep
ripgrep copied to clipboard
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
In the creations I'm porting from Python or writing anew, the most common use I have for recursive directory traversal is to turn a mixture of file and directory paths...
This updates clap to version 3.1.0 following this migration guide https://github.com/clap-rs/clap/releases/tag/v3.0.0 As far as I can tell it still works the same as before and it passes all the tests....
fixes #1924 This change should add checksum files "sha256" for each built tar ball / zip ball file. `actions/upload-release-asset` is now archived and recommends using `softprops/action-gh-release` instead. Therefore, this commit...
#### Describe your feature request I use rg to search extremely large directories (>1TB), and the output can get a bit long (several thousand lines, in some cases). I would...
The `ripgrep` crate currently includes test data, benchmark results, continuous integration configuration, and a few other miscellaneous items in its `.crate` file, bloating its size significantly ([crates.io](https://crates.io/crates/ripgrep) shows it presently...
Closes #1857 * Changed `ignore/types/default_types.rs` to allow array of names, which allows aliases — like `py==python` — without specifying globs twice. * Updated `ignore/types/types.rs` to use name aliases * Updated...
Added details from https://docs.rs/regex/latest/regex/struct.Captures.html#method.expand into the CLI docs. Closes #2108
Add "3rd-Party Wrappers" section to readme, and add link to the interactive `rgf` RipGrep Fuzzyfinder search tool wrapper I wrote.
An alternative name for this issue is "ripgrep at scale." I've been thinking about some kind of indexing feature in ripgrep for a long time. In particular, I created #95...