15 releases (5 breaking)
Uses old Rust 2015
0.6.1 | Feb 17, 2018 |
---|---|
0.6.0 | Jan 1, 2018 |
0.5.1 | Dec 29, 2017 |
0.4.1 | Dec 25, 2017 |
0.1.0 | Dec 23, 2017 |
#18 in #elapsed-time
25 downloads per month
20KB
196 lines
rtime
Similar to Linux time
command but writing the elapsed time continuously on screen
To use it
cargo install rtime
Example
rtime 'ls; sleep 3; echo "sadfasdfasdfasdfa fasdf asdf asdf asd fasd asd f asdf asdfsadf asdf "; sleep 4'
Example with stdout and stderr
rtime 'echo 1; echo 2; >&2 echo 3; >&2 echo 4; echo 5; echo 6; echo 7; echo 8'
Dependencies
~175KB