|
|
|
|
|
by lobster_johnson
4762 days ago
|
|
Not entirely sure of the feature overlap, but this seems to reinvent grcat and its frontend, grc [1], a little bit. Grcat lets you configure commands with colour regexps. Then you just prefix the command with "grc", and it will colorize the output according the rules. It's useful to alias commands this way: $ alias make="grc make"
colout seems most useful when you are want to highlight arbitrary patterns independent of the command, eg. "tail some.log | colout ...".[1] http://kassiopeia.juls.savba.sk/~garabik/software/grc/README... |
|
Plus, colout have a tons of additional features (256-colors mode, colormaps, etc.).