mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 07:26:21 +00:00
Auto saved by Logseq
This commit is contained in:
+5
-3
@@ -1,9 +1,11 @@
|
|||||||
- a [[tool]].
|
- a [[tool]].
|
||||||
- [[install]]
|
|
||||||
- [[timer]].
|
- [[timer]].
|
||||||
|
- [[install]]
|
||||||
- ```
|
- ```
|
||||||
- sudo apt-get install espeak
|
- sudo apt-get install espeak
|
||||||
- pip3 install termdown
|
- pip3 install termdown
|
||||||
- ```
|
- ```
|
||||||
- a shell script I use with it:
|
- a tiny shell script I use with it to do [[pomodoro]]:
|
||||||
- do termdown -v en 25m -c 10 --font doh -e; termdown -v en 5m -c 10 --font doh -e; done'
|
- ```
|
||||||
|
- alias pomodoro='while true; do termdown -v en 25m -c 10 --font doh -e; termdown -v en 5m -c 10 --font doh -e; done'
|
||||||
|
- ```
|
||||||
Reference in New Issue
Block a user