talk-timer
is a simple command line timer. It simply displays a countdown in your terminal in
blocks of 10 seconds, until the final 10 seconds, which counts down by seconds. Then, it flashes red
when hitting 0. You could magnify your terminal and have this facing a speaker in a conference to
provide them a helpful indicator of how much time they have remaining.
This is essentially a toy, written to explore typestates in Rust.
Install using cargo:
cargo install talk-timer
``` talk-timer
USAGE:
talk-timer
FLAGS: -h, --help Prints this help information
ARGUMENTS: DURATION A duration of time in hours, mins, or secs (e.g., "20m" or "65s")
```