6 个版本

0.0.6 2024年6月1日
0.0.5 2024年4月16日
0.0.4 2024年2月2日
0.0.3 2024年1月2日
0.0.1 2023年6月4日

958命令行界面 中排名

Download history 147/week @ 2024-05-26 46/week @ 2024-06-02 9/week @ 2024-06-09 1/week @ 2024-06-16

每月下载量 361 次

MIT/Apache

36KB
76 代码行

shrs_command_timer

shrs 插件,用于计算命令运行时间

crates.io MIT/Apache 2.0

这是一个 shrs 的插件。

使用此插件

首先将此插件添加到依赖项中

shrs_command_timer = { version = "0.0.6" }

然后在初始化 shrs 时包含此插件

use shrs::prelude::*;
use shrs_command_timer::CommandTimerPlugin;

let myshell = ShellBuilder::default()
    .with_plugin(CommandTimerPlugin)
    .build()
    .unwrap();


lib.rs:

捕获上一个命令的输出标准输出和标准错误

依赖项

~15–32MB
~451K SLoC