▲ | zem 13 hours ago | |||||||
the one thing i'd love to see added is an "extension" flag, equivalent to -g but which treats the provided arg as an extension (so `rg -e c,h` instead of `rg -g '*.{c,h}'`). 99% of the time I use glob patterns it's to match on extension. | ||||||||
▲ | burntsushi 13 hours ago | parent [-] | |||||||
Have you seen the `-t/--type` flag? Your example could be written `-tc`. And for common ones that aren't in ripgrep already, you can define your own types. | ||||||||
|