| Crates.io | hilite |
| lib.rs | hilite |
| version | 1.1.0 |
| created_at | 2015-10-12 01:34:30.154382+00 |
| updated_at | 2025-11-27 06:01:44.960421+00 |
| description | A simple command-line utility that highlights stderr output |
| homepage | https://github.com/neunenak/hilite |
| repository | |
| max_upload_size | |
| id | 3199 |
| size | 6,186 |
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