1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Go to file
Andrew Gallant 9e2f10b893 0.1.6
2016-09-20 20:25:51 -04:00
benches Reorganize some files. 2016-09-16 18:22:35 -04:00
benchsuite Add new benchmarks. 2016-09-20 16:35:09 -04:00
ci clean up CI script 2016-09-09 18:10:20 -04:00
grep grep 0.1.1 2016-09-17 11:32:47 -04:00
src Add an error message for catching a common failure mode. 2016-09-20 20:25:24 -04:00
tests Add "unrestricted" flag. 2016-09-20 20:24:03 -04:00
.gitignore update gitignore 2016-09-11 19:05:53 -04:00
.travis.yml Add standard Linux CI (GNU libc). 2016-09-09 23:19:37 -04:00
appveyor.yml update project name 2016-09-08 21:47:49 -04:00
Cargo.lock 0.1.6 2016-09-20 20:25:51 -04:00
Cargo.toml 0.1.6 2016-09-20 20:25:51 -04:00
compile Add alternative compile strategy (in a comment). 2016-09-11 00:42:30 -04:00
COPYING initial commit 2016-02-27 11:07:26 -05:00
LICENSE-MIT initial commit 2016-02-27 11:07:26 -05:00
README-NEW.md Add "unrestricted" flag. 2016-09-20 20:24:03 -04:00
README.md notice 2016-09-13 21:23:22 -04:00
UNLICENSE initial commit 2016-02-27 11:07:26 -05:00

UNDER DEVELOPMENT.

ripgrep (rg)

ripgrep combines the usability of the silver searcher with the raw speed of grep.