Auto saved by Logseq

This commit is contained in:
2022-04-30 18:32:38 +02:00
parent c5e0d94182
commit 9c105d79c2
+5 -3
View File
@@ -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'
- 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'
- ```