Utility to highlight text on the command line.
hi passes through all of stdin and highlights text that matches the provided
pattern. Similar to grep but without any filtering.
echo 'hello world' | hi '[hw]'Usage: hi [options]
-c, --color COLOR Color to highlight with
-l, --list-colors List the colors I have
