hilite

Crates.iohilite
lib.rshilite
version1.0.1
sourcesrc
created_at2015-10-12 01:34:30.154382
updated_at2017-02-14 09:43:32.332183
descriptionA simple command-line utility that highlights stderr output
homepage https://github.com/neunenak/hilite
repository
max_upload_size
id3199
size4,574
owners (github:distrentic:owners)

documentation

README

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

Commit count: 0

cargo fmt