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.