Crates.io | talk-timer |
lib.rs | talk-timer |
version | 0.2.1 |
source | src |
created_at | 2021-01-15 20:08:53.825043 |
updated_at | 2024-04-29 14:09:04.4292 |
description | A simple command line tool for showing a talk timer. |
homepage | |
repository | https://github.com/lukehsiao/talk-timer |
max_upload_size | |
id | 342524 |
size | 23,052 |
talk-timer
is a simple command line countdown 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.
I find this useful to set a timer, then magnify (zoom in) on my terminal and have my laptop facing a speaker in a conference to provide them a subtle 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 <DURATION>
FLAGS:
-h, --help Prints this help information
ARGUMENTS:
DURATION A duration of time in hours, mins, or secs (e.g., "20m" or "65s")