/cgrep

Similar to grep but just highlights the matching text in the output instead of filtering out the non-matching lines.

Primary LanguageGoMIT LicenseMIT

cgrep

Similar to grep but just highlights the matching text in the output instead of filtering out the non-matching lines.

cat README.md | cgrep matching

Running the above will output the following:

Install with:

go install github.com/strongishllama/cgrep@latest