rehl

Crates.iorehl
lib.rsrehl
version1.0.1
sourcesrc
created_at2020-02-15 14:06:09.188911
updated_at2020-02-15 14:07:12.862803
descriptionAdd highlighting to stdin for easier to read compiler output, or more readable log files.
homepage
repositoryhttps://gitlab.com/TheZoq2/rehl
max_upload_size
id209472
size334,302
Frans Skarman (TheZoq2)

documentation

README

Reglx Highlighter (rehl)

Add highlighting to stdin for easier to read compiler output, or more readable log files.

Screenshots

Improve compiler output readability

Compiler output example

Or get a better overview of log files

Logfile example

Installation

rehl is written in rust and can be installed using cargo

cargo install rehl

Usage

The patterns to highlight are specified using colour flags followed by one or more regex patterns separated by spaces. Any text passed through stdin will have the colour applied to text matching those patterns.

# To  errors and squiggly lines with red
> rehl -r Error: "\^~*"

# Also highlight warnings with yellow
> rehl -r Error: "\^~*" -y Warning:

See rehl --help for more information

Commit count: 8

cargo fmt