Actually,
grep --color=always
gives you exactly the information that would be needed for this. The matched characters would be surrounded by\033[0;31m
and\033[0m
. But relying on this would be hacky at best and could easily break with various grep implementations.
How do I configure additional parameters when using Search in Folders? My parameter will be garbled when searching.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.