Auto saved by Logseq

This commit is contained in:
2022-05-20 11:22:06 +02:00
parent 9cd04c5afe
commit c8e90dd507
+2 -7
View File
@@ -1,10 +1,5 @@
- a [[tool]].
- [[console]] [[timer]]
- [[install]]
- ```
- sudo apt-get install espeak
- pip3 install termdown
- ```
- [[install]] `sudo apt-get install espeak python3-pip && 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 focus -e; termdown -v en 5m -c 10 --font doh -e -T rest; done'
- ```
- `alias pomodoro='while true; do termdown -v en 25m -c 10 --font doh -T focus -e; termdown -v en 5m -c 10 --font doh -e -T rest; done'`