Skip to content
Discussion options

You must be logged in to vote

ripgrep's default output, like grep, isn't easily machine readable that is robust against false positives. Unlike grep, ripgrep provides a stable JSON output format via the --json flag. This is a robust way to get a zero false positive rate.

That is where I would suggest looking if you truly need something robust. There is a big gap between the default output format and JSON though. So there may be some work involved.

The middle ground is maintaining a tiny targeted patch in a fork of ripgrep that you control with the functionality you need.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by BurntSushi
Comment options

You must be logged in to vote
2 replies
@ltrzesniewski
Comment options

@daneofmanythings
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants