A command line time tracking application. Docs at https://tiempo.categulario.xyz
Go to file
Abraham Toriz 3505ee396c
ignore some tests for now
2021-06-30 13:31:38 -05:00
assets test display with old databases 2021-06-29 12:04:54 -05:00
src ignore some tests for now 2021-06-30 13:31:38 -05:00
.gitignore a good start for this project 2021-06-18 11:27:19 -05:00
Cargo.lock local timezone and timetrap database management 2021-06-29 18:20:51 -05:00
Cargo.toml local timezone and timetrap database management 2021-06-29 18:20:51 -05:00
README.md wording in readme 2021-06-27 23:22:50 -05:00

README.md

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.