To search for multiple strings with ripgrep use: `rg foo | rg bar` But it will only color highlight the last one so you have to, rather verbose, do `rg foo --color always | rg bar`
Replying to @peterbe
You can also do `alias rgc="rg --color always"` and then `rgc foo | rgc bar`. But don't try to output the result of `rgc` to a file unless you want the ANSI escape codes. :-)
9:08 AM - 6 Jun 2018
0 replies
0 retweets
1 like
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.