This is a Rust application meant to check execution time of terminal command and application.
USAGE: tiny_time "<command>"
-e, --excode Show exit code of the command
-i, --input Show the inputed command
-p, --precision Deplay time with more digits
-n, --nooutput Don't display the output of the command
-o, --valueonly Display only values, no label
-v, --version Print the application version
Make sure to have a ready to use installation of rust. More info here.
git clone https://github.com/Gael-Lopes-Da-Silva/tiny.time.git
cd tiny.time
cargo build --release