Command line clock utilities, with TUI interfaces, implemented in Rust. Currently, these features are implemented:
If you are a Rustacean 🦀️, just cargo install clock-cli
.
Other installation methods: WIP
simply run:
clock
Specify the duration (in natual language) to run a countdown.
Examples:
clock 3 minutes
clock 4h3m
clock 1 day
to launch the stopwatch.
Currently only works on Linux and MacOS.
The TUI is based on the cursive crate made by Alexandre Bury (@glycos), who also helped me a lot during the development of this crate (see glycose/cursive/#503)