Usually it's something like rg > ag > ack > grep and that's overall testimonial, not just speed.
What am I missing?
For log colorizing, I make use of the --color-match and --passthru arguments, like https://powdahound.com/2009/10/colorize-log-output-with-ack/
cat UNLICENSE | rg --passthru --color always --colors 'match:fg:red' public | rg --passthru --color always --colors 'match:fg:green' heirs | rg --passthru --color always --colors 'match:fg:cyan' benefit
Usually it's something like rg > ag > ack > grep and that's overall testimonial, not just speed.
What am I missing?