Add highlighting to stdin for easier to read compiler output, or more readable log files.
Improve compiler output readability
Or get a better overview of log files
rehl is written in rust and can be installed using cargo
cargo install rehl
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.
```bash
rehl -r Error: "\^~*"
rehl -r Error: "\^~*" -y Warning: ```
See rehl --help
for more information