#log #output #highlighting #readability #compiler #improve #stdin

app rehl

为 stdin 添加高亮显示,以便更易于阅读编译器输出或更易于阅读的日志文件

2 个稳定版本

1.0.1 2020年2月15日

#11#改进

GPL-2.0-or-later

285KB
84

Reglx 高亮显示器 (rehl)

为 stdin 添加高亮显示,以便更易于阅读编译器输出或更易于阅读的日志文件。

截图

提高编译器输出的可读性

Compiler output example

或获取日志文件更好的概览

Logfile example

安装

rehl 用 Rust 编写,可以使用 cargo 进行安装

cargo install rehl

用法

使用颜色标志后跟一个或多个用空格分隔的正则表达式模式指定高亮显示的模式。通过 stdin 传递的任何文本都将应用匹配这些模式的颜色。

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

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

有关更多信息,请参阅 rehl --help

依赖关系

~6MB
~104K SLoC