1
0
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.
2016-09-13 21:11:46 -04:00
2016-09-11 00:42:19 -04:00
2016-09-09 18:10:20 -04:00
2016-09-11 18:52:42 -04:00
2016-09-13 21:11:46 -04:00
2016-09-11 19:05:53 -04:00
2016-09-09 23:19:37 -04:00
2016-09-08 21:47:49 -04:00
2016-09-12 19:35:59 -04:00
2016-09-11 19:06:16 -04:00
2016-09-11 19:06:16 -04:00
2016-09-11 19:06:05 -04:00
2016-09-11 18:52:42 -04:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00
2016-03-10 21:03:13 -05:00
2016-09-11 19:50:16 -04:00
2016-02-27 11:07:26 -05:00
2016-02-27 11:07:26 -05:00

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%