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 1c8379f55a Implementing core functionality.
Initially experimenting with crossbeam to manage synchronization.
2016-08-28 01:37:12 -04:00
benches globbing by regex 2016-08-25 21:44:37 -04:00
grep Implementing core functionality. 2016-08-28 01:37:12 -04:00
src Implementing core functionality. 2016-08-28 01:37:12 -04:00
.gitignore initial commit 2016-02-27 11:07:26 -05:00
.travis.yml initial commit 2016-02-27 11:07:26 -05:00
appveyor.yml initial commit 2016-02-27 11:07:26 -05:00
Cargo.toml Implementing core functionality. 2016-08-28 01:37:12 -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 add readme 2016-03-10 21:02:08 -05: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

grep, written in Rust using the regex crate.