mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
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.
This commit is contained in:
@@ -46,6 +46,8 @@ Feature enhancements:
|
||||
The `--passthru` flag now works with the `--replace` flag.
|
||||
* FEATURE:
|
||||
Add `--line-buffered` and `--block-buffered` for forcing a buffer strategy.
|
||||
* FEATURE:
|
||||
Add `--pre-glob` for filtering files through the `--pre` flag.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
Reference in New Issue
Block a user