Auto saved by Logseq

This commit is contained in:
2022-05-20 11:20:06 +02:00
parent 06f980a86e
commit f858f236da
+2 -2
View File
@@ -1,5 +1,5 @@
- a [[tool]]. - a [[tool]].
- [[timer]]. - [[console]] [[timer]]
- [[install]] - [[install]]
- ``` - ```
- sudo apt-get install espeak - sudo apt-get install espeak
@@ -7,5 +7,5 @@
- ``` - ```
- I have this tiny shell script/drop in alias I use 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 -T -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 focus -e; termdown -v en 5m -c 10 --font doh -e -T rest; done'
- ``` - ```