A CLI tool built in Rust to interact with the Everhour API
- Display current timer status
- Stop current timer
- Start timer by ID
- Find tasks (with fuzzyfinder?)
- Display reported time in table
Clone the repository and build the binary.
git clone https://github.com/V1RE/everhour.git
cd everhour
cargo build --release
This will create a binary in target/release
, which you can copy to a location in your PATH
.