From 1818c17b24030608d533d59c1cd9609496aea7c7 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 20 May 2022 11:19:06 +0200 Subject: [PATCH] Auto saved by Logseq --- termdown.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/termdown.md b/termdown.md index a3f6b6985..36fa531de 100644 --- a/termdown.md +++ b/termdown.md @@ -1,10 +1,11 @@ - a [[tool]]. - [[timer]]. - [[install]] - - ```sudo apt-get install espeak + - ``` + - sudo apt-get install espeak - pip3 install termdown - ``` - - a tiny shell script I use with it to do [[pomodoro]]: + - I have this tiny shell script/drop in alias I use 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' + - alias pomodoro='while true; do termdown -v en 25m -c 10 --font doh -T -e; termdown -v en 5m -c 10 --font doh -e; done' - ``` \ No newline at end of file