Hacker News new | ask | show | jobs
by burntsushi 239 days ago
ripgrep's -Q is just -F, like grep. This is not enabled by default in either tool.

Otherwise, ag enables multiline search (assuming you have a version of ag where that even works) and smart case by default. With ripgrep, that's ` rg -US`.