#highlight #output #stderr #command-line #utility #style #color

app hilite

A simple command-line utility that highlights stderr output

2 stable releases

Uses old Rust 2015

1.0.1 Feb 14, 2017
1.0.0 Oct 12, 2015

#22 in #stderr

BSD-3-Clause

5KB
98 lines

hilite is a small command line program that applies a color to the stderr output of another program. This is useful in, for instance, large compilation processes where there is a lot of text chatter that would otherwise obscure legitimate error messages.

Usage example:

$ hilite ls $ hilite -- ls --color $ hilite --style cyan -- make --my --make --options

Dependencies

~140KB