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 dfebed6cbe Add --vimgrep flag.
The --vimgrep flag forces a line to be printed for every match, with
line and column numbers.
2016-09-22 21:32:38 -04:00
benches Reorganize some files. 2016-09-16 18:22:35 -04:00
benchsuite Add benchmarks from local machine. 2016-09-22 19:55:30 -04:00
ci add man page to build artifact 2016-09-22 19:20:06 -04:00
doc Add --vimgrep flag. 2016-09-22 21:32:38 -04:00
grep grep 0.1.2 2016-09-21 19:14:12 -04:00
pkg bump PKGBUILD to 0.1.15 2016-09-22 20:33:48 -04:00
src Add --vimgrep flag. 2016-09-22 21:32:38 -04:00
tests Add --vimgrep flag. 2016-09-22 21:32:38 -04:00
.gitignore update gitignore 2016-09-11 19:05:53 -04:00
.travis.yml Remove GNU nightly build. 2016-09-20 22:12:41 -04:00
appveyor.yml grrr fix appveyor deployment filter 2016-09-21 19:37:34 -04:00
Cargo.lock 0.1.15 2016-09-22 19:20:11 -04:00
Cargo.toml 0.1.15 2016-09-22 19:20:11 -04:00
compile Add alternative compile strategy (in a comment). 2016-09-11 00:42:30 -04:00
COPYING
LICENSE-MIT
README-NEW.md fix wording 2016-09-22 20:37:10 -04:00
README.md notice 2016-09-13 21:23:22 -04:00
UNLICENSE

UNDER DEVELOPMENT.

ripgrep (rg)

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