No description
Find a file
2025-01-24 10:18:34 +01:00
.github/ISSUE_TEMPLATE Update README and issue template 2024-09-01 03:40:34 +02:00
src transition to rust 2024-08-25 19:11:28 +02:00
.gitignore transition to rust 2024-08-25 19:11:28 +02:00
Cargo.lock transition to rust 2024-08-25 19:11:28 +02:00
Cargo.toml transition to rust 2024-08-25 19:11:28 +02:00
LICENSE.md transition to rust 2024-08-25 19:11:28 +02:00
README.md Update README and issue template 2024-09-01 03:40:34 +02:00

Description

This is a Rust application meant to check execution time of terminal command and application.

Usage

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

Build From Source

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