mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-01-19 05:49:14 +02:00
Andrew Gallant
fdca74148d
Stream results when feasible.
For example, when only a single file (or stdin) is being searched, then we should be able to print directly to the terminal instead of intermediate buffers. (The buffers are only necessary for parallelism.) Closes #4.
ripgrep (rg)
ripgrep combines the usability of the silver searcher with the raw speed of grep.
Description
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Readme
11 MiB
Languages
Rust
94.4%
Python
2.7%
Shell
2.1%
Roff
0.8%