ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Find a file
2016-09-08 21:47:49 -04:00
benches globbing by regex 2016-08-25 21:44:37 -04:00
ci fix deploy 2016-09-08 16:35:48 -04:00
grep Rename xrep to ripgrep. 2016-09-08 16:15:44 -04:00
src Refactor how coloring is done. 2016-09-08 21:46:14 -04:00
.gitignore initial commit 2016-02-27 11:07:26 -05:00
.travis.yml update project name 2016-09-08 21:47:49 -04:00
appveyor.yml update project name 2016-09-08 21:47:49 -04:00
Cargo.toml Rename xrep to ripgrep. 2016-09-08 16:15:44 -04:00
compile Make "before" context work. 2016-09-01 21:56:23 -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.