6 releases
0.0.6 | Jun 1, 2024 |
---|---|
0.0.5 | Apr 16, 2024 |
0.0.4 | Feb 2, 2024 |
0.0.3 | Jan 2, 2024 |
0.0.1 | Jun 4, 2023 |
#1000 in Command-line interface
361 downloads per month
36KB
76 lines
This is a plugin for shrs.
Using this plugin
First add this plugin to your dependencies
shrs_command_timer = { version = "0.0.6" }
Then include this plugin when initializing shrs
use shrs::prelude::*;
use shrs_command_timer::CommandTimerPlugin;
let myshell = ShellBuilder::default()
.with_plugin(CommandTimerPlugin)
.build()
.unwrap();
lib.rs
:
Capture stdout and stderr of previous command outputs
Dependencies
~16–29MB
~459K SLoC