A simple CLI Tea Timer, so you know how long to brew those leaves!
It does not account for non-linear brewing.
Recipes from here: Meileaf
He published a free guide once, if you can't find it and are interested feel free to open an issueopen an issue.
nix build
result/bin/teatimer
- make sure you got cabal and Haskell λ
- clone this repo
git clone [email protected]:0xmycf/SimpleTeaTimer.git
- run
cabal install
(this will install an executable) - run the executable in your console/terminal (
teatimer
) - (delete the repo)
- brew nice tea
The app implements a TUI, you can simply call teatimer
to run it.
Alterantively you can pass --no-tui
, in which case the old implementation of the timer is called.
I use some funny command to announce that the tea is done, but this is a mac command, so idk what happens on Windows/Linux.