Auto saved by Logseq

This commit is contained in:
2022-05-20 11:20:22 +02:00
parent f858f236da
commit d8dcfb915e
@@ -0,0 +1,11 @@
- a [[tool]].
- [[timer]].
- [[install]]
- ```
- sudo apt-get install espeak
- pip3 install termdown
- ```
- 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 -T -e; termdown -v en 5m -c 10 --font doh -e; done'
- ```