mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
ripgrep: add --line-buffered and --block-buffered
These flags provide granular control over ripgrep's buffering strategy. The --line-buffered flag can be genuinely useful in certain types of shell pipelines. The --block-buffered flag has a murkier use case, but we add it for completeness.
This commit is contained in:
@@ -44,6 +44,8 @@ Feature enhancements:
|
||||
Add `--null-data` flag, which makes ripgrep use NUL as a line terminator.
|
||||
* [FEATURE #997](https://github.com/BurntSushi/ripgrep/issues/997):
|
||||
The `--passthru` flag now works with the `--replace` flag.
|
||||
* FEATURE:
|
||||
Add `--line-buffered` and `--block-buffered` for forcing a buffer strategy.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
Reference in New Issue
Block a user