1 unstable release

0.1.0 Mar 3, 2023

#60 in #time-tracking

Download history 5/week @ 2024-02-23 3/week @ 2024-03-01 3/week @ 2024-03-08 1/week @ 2024-03-15 14/week @ 2024-03-29 5/week @ 2024-04-05 60/week @ 2024-04-12

79 downloads per month

Custom license

19KB
117 lines

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.

Dependencies

~1–1.7MB
~25K SLoC