tiempo-rs/README.md

24 lines
456 B
Markdown
Raw Normal View History

2021-06-27 23:20:37 -05:00
# Tiempo
2021-06-27 23:22:50 -05:00
A [timetrap](https://github.com/samg/timetrap/) compatible command line time
tracking application.
2021-06-27 23:20:37 -05:00
## How to run
You need [rust](https://rustup.rs), 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.