1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Go to file
2016-09-11 19:06:16 -04:00
benches Add doc. 2016-09-11 00:42:19 -04:00
ci clean up CI script 2016-09-09 18:10:20 -04:00
grep Update regex. 2016-09-11 18:52:42 -04:00
src Don't skip the first arg. 2016-09-11 13:33:25 -04:00
tests Make file type filtering a lot faster. 2016-09-11 13:26:53 -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
benchsuite More benchmarks for subtitle corpus. 2016-09-11 18:52:53 -04:00
benchsuite.raw.csv initial set of benchmarks 2016-09-11 19:06:16 -04:00
benchsuite.summary initial set of benchmarks 2016-09-11 19:06:16 -04:00
Cargo.lock commit Cargo.lock 2016-09-11 19:06:05 -04:00
Cargo.toml Update regex. 2016-09-11 18:52:42 -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
ctags.rust initial commit 2016-02-27 11:07:26 -05:00
LICENSE-MIT initial commit 2016-02-27 11:07:26 -05:00
Makefile makefile 2016-03-10 21:03:13 -05:00
README.md incite riots 2016-09-05 20:10:18 -04:00
session.vim initial commit 2016-02-27 11:07:26 -05:00
UNLICENSE initial commit 2016-02-27 11:07:26 -05:00

rep

A faster grep, written in Rust using the regex crate.