#escaping #ansi #cli #stdin #strip-ansi

app astrp

从 stdin 去除 ANSI 转义序列并将结果写入 stdout

1 个不稳定版本

0.1.0 2023年2月18日

#strip-ansi 中排名 4

GPL-3.0 许可证

16KB
80

astrp

astrp 是一个最小的命令行工具,用于从标准输入删除 ANSI 转义序列并将结果写入标准输出。

安装

cargo install astrp

使用方法

astrp 旨在与其它 Unix 工具一起使用,单独使用并不十分有用。

astrp < text-with-escapes.txt > stripped-text.txt

贡献和报告错误

通过 https://lists.sr.ht/~kchibisov/public-inbox 发送补丁和错误报告

依赖关系

~225KB