From 9c105d79c2ddd8edd0ab5d2f0797c318904f9a9d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 30 Apr 2022 18:32:38 +0200 Subject: [PATCH] Auto saved by Logseq --- termdown.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/termdown.md b/termdown.md index 4eed33530..8820eb527 100644 --- a/termdown.md +++ b/termdown.md @@ -1,9 +1,11 @@ - a [[tool]]. - - [[install]] - [[timer]]. + - [[install]] - ``` - sudo apt-get install espeak - pip3 install termdown - ``` - - a shell script I use with it: - - do termdown -v en 25m -c 10 --font doh -e; termdown -v en 5m -c 10 --font doh -e; done' \ No newline at end of file + - a tiny shell script I use with it to do [[pomodoro]]: + - ``` + - alias pomodoro='while true; do termdown -v en 25m -c 10 --font doh -e; termdown -v en 5m -c 10 --font doh -e; done' + - ``` \ No newline at end of file