Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 448 Bytes

Clockodo CLI

A simple CLI tool to control Clockodo's time-tracking stopwatch.

Run clocko-cli --help for usage help. For further explanation, refer to Clockodo's documentation.

Installation

clockodo-cli can either be installed using cargo install clockodo-cli, or by building from source manually. For the latter, simply run cargo build --release and find the binary in the target/release directory.