A command line time tracking application. Docs at https://tiempo.categulario.xyz
Go to file
Abraham Toriz 52c70d6f66
correctly identify when format is csv
2021-06-30 19:36:08 -05:00
assets test display with old databases 2021-06-29 12:04:54 -05:00
src correctly identify when format is csv 2021-06-30 19:36:08 -05:00
.gitignore a good start for this project 2021-06-18 11:27:19 -05:00
Cargo.lock add csv formatter 2021-06-30 18:51:34 -05:00
Cargo.toml add csv formatter 2021-06-30 18:51:34 -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.