1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-07 11:13:17 +02:00
ripgrep/src
Andrew Gallant 241bc8f8fc ripgrep: add --pre-glob flag
The --pre-glob flag is like the --glob flag, except it applies to filtering
files through the preprocessor instead of for search. This makes it
possible to apply the preprocessor to only a small subset of files, which
can greatly reduce the process overhead of using a preprocessor when
searching large directories.
2018-09-04 23:18:55 -04:00
..
app.rs ripgrep: add --pre-glob flag 2018-09-04 23:18:55 -04:00
args.rs ripgrep: add --pre-glob flag 2018-09-04 23:18:55 -04:00
config.rs ripgrep: migrate to libripgrep 2018-08-20 07:10:19 -04:00
logger.rs ripgrep: migrate to libripgrep 2018-08-20 07:10:19 -04:00
main.rs grep-cli: introduce new grep-cli crate 2018-09-04 23:18:55 -04:00
messages.rs ripgrep: migrate to libripgrep 2018-08-20 07:10:19 -04:00
path_printer.rs ripgrep: migrate to libripgrep 2018-08-20 07:10:19 -04:00
search.rs ripgrep: add --pre-glob flag 2018-09-04 23:18:55 -04:00
subject.rs ripgrep: use 'ignore' for skipping stdout 2018-08-27 21:18:53 -04:00