A command line time tracking application. Docs at https://tiempo.categulario.xyz
Go to file
Abraham Toriz 3dfefedb75
introducing the timeparse module
2021-07-01 23:44:09 -05:00
assets test display with old databases 2021-06-29 12:04:54 -05:00
src introducing the timeparse module 2021-07-01 23:44:09 -05:00
.gitignore a good start for this project 2021-06-18 11:27:19 -05:00
Cargo.lock introducing the timeparse module 2021-07-01 23:44:09 -05:00
Cargo.toml introducing the timeparse module 2021-07-01 23:44:09 -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.