Auto saved by Logseq

This commit is contained in:
2022-05-20 11:19:22 +02:00
parent 1818c17b24
commit 06f980a86e
@@ -0,0 +1,10 @@
- a [[tool]].
- [[timer]].
- [[install]]
- ```sudo apt-get install espeak
- pip3 install termdown
- ```
- 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'
- ```