time-tracker

Crates.iotime-tracker
lib.rstime-tracker
version0.1.0
sourcesrc
created_at2023-03-03 18:52:32.587349
updated_at2023-03-03 18:52:32.587349
descriptionA tool to track time
homepagehttps://github.com/ThejasKiranPS/time-tracker
repositoryhttps://github.com/ThejasKiranPS/time-tracker
max_upload_size
id799986
size53,342
Thejas Kiran P S (ThejasKiranPS)

documentation

README

Time Tracker

A tool to keep track of time.

Install binary from crates.io

cargo install time-tracker

It will be installed in /.cargo/bin/.(Make sure that your shell knows to look there for binaries!)

Building from source

cargo build --release

build will be saved in ./target/release

Usage

time start to start your session.

time end to stop your session and display the time spent.

Commit count: 8

cargo fmt