Termdown

From wikinotes
Revision as of 16:18, 17 September 2023 by Will (talk | contribs) (Created page with "A customizable count-up or count-down timer program.<br> perfect for excercise, or time management. = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S termdown # optional pacman -S espeak </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> == Cli == <blockquote> <syntaxhighlight lang="bash"> termdown \ -b `# blink screen when timer ends` \ -v en-gb `# espeak voice to countdown with` \ '90s' `# duration (ex. 1d5m)` </synt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A customizable count-up or count-down timer program.
perfect for excercise, or time management.

Install

pacman -S termdown
# optional
pacman -S espeak

Usage

Cli

termdown \
  -b       `# blink screen when timer ends` \
  -v en-gb `# espeak voice to countdown with` \
  '90s'    `# duration (ex. 1d5m)`

Keybindings

R:  restart timer