top | item 45633221

(no title)

jodleif | 4 months ago

Ive always found the silversearcher defaults (or perhaps -Q) to just work better. Any alias/config tips?

discuss

order

burntsushi|4 months 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`.