wilkmaia / minigrep

Minimal implementation of the grep unix tool
MIT License
2 stars 0 forks source link

Emphasize match on output #10

Open wilkmaia opened 6 years ago

wilkmaia commented 6 years ago

grep colors its output on the matches.

A good enhancement would be to emphasize minigrep's output somehow. Be it coloring, sublining or making the matches bold.

Example

$ echo "this is some text" | minigrep some
this is *some* text