tiempo-rs/README.md

456 B

Tiempo

A timetrap compatible command line time tracking application.

How to run

You need rust, then clone the repo and simply run

cargo test

to check that everything is working, and then

cargo build --release

to have a binary at target/release/tiempo that you can then move to a directory in your PATH. Pro tip, alias it to t.

Run

tiempo --help

to see the options.