#命令行 #运行命令 #前缀 #子进程 # #文本 #shell

bin+lib stdecor

以装饰过的 stdout/stderr 运行命令

11 个版本

0.1.11 2024 年 5 月 14 日
0.1.10 2024 年 1 月 1 日
0.1.9 2023 年 10 月 18 日
0.1.8 2023 年 9 月 16 日
0.1.3 2023 年 6 月 25 日

#1501命令行工具

每月 40 次下载

MIT 许可证

360KB
395

CI coveralls dependency status crates.io packagecloud

stdecor

stdecor 是一个程序,它使用自定义前缀、时间等装饰文本流。它能够调用子进程来执行或作为管道的一部分运行。在调用程序时,它可以对 stdout 和 stderr 进行不同的装饰。

当在同一个 shell 中运行多个作业时,stdecor 特别有用。它可以用来构建如下脚本

demo-ping

安装

如果你是 Rust 程序员,可以使用 cargo 安装 stdecor

$ cargo install stdecor

如果你是 Debian 用户,stdecor 可在 packagecloud 上找到。遵循这些 说明 使用软件包仓库。

此仓库还为 nix 用户提供了一个 flake.nix 文件。

依赖关系

~12–24MB
~343K SLoC