2 Commits

Author SHA1 Message Date
Andrew Gallant
584ef9ef34
ripgrep: migrate to libripgrep 2018-08-07 18:38:24 -04:00
Charles Blake
231456c409 ripgrep: add --pre flag
The preprocessor flag accepts a command program and executes this
program for every input file that is searched. Instead of searching the
file directly, ripgrep will instead search the stdout contents of the
program.

Closes #978, Closes #981
2018-07-21 17:25:12 -04:00