Open
Description
I think it would help with readability if matched substrings were highlighted in some way (eg: with a yellow background).
It would be extra helpful for regular expressions, where the patterns are abstract.
A workaround is to run bfs | grep --color
, but this removes all of bfs' beautiful filetype colour coding!