Otherwise it would look like this:
# rg nokogiri | rg linux <stdin>:11:Gemfile.lock:647: nokogiri (1.15.5-x86_64-linux)
The workaround is of course just to pipe into grep instead.
Still losing the coloring but you can't have everything.
rg nokogiri.*linux
Otherwise it would look like this:
But that is a me problem.The workaround is of course just to pipe into grep instead.