Crates.io | time-tracker |
lib.rs | time-tracker |
version | 0.1.0 |
source | src |
created_at | 2023-03-03 18:52:32.587349 |
updated_at | 2023-03-03 18:52:32.587349 |
description | A tool to track time |
homepage | https://github.com/ThejasKiranPS/time-tracker |
repository | https://github.com/ThejasKiranPS/time-tracker |
max_upload_size | |
id | 799986 |
size | 53,342 |
A tool to keep track of time.
cargo install time-tracker
It will be installed in /.cargo/bin/
.(Make sure that your shell knows to look there for binaries!)
cargo build --release
build will be saved in ./target/release
time start
to start your session.
time end
to stop your session and display the time spent.