diff options
author | Guillermo Ramos | 2021-07-30 17:04:02 +0200 |
---|---|---|
committer | Guillermo Ramos | 2021-07-30 17:04:02 +0200 |
commit | 171edfad8a26d3494b5cfc3293f49214d899a54f (patch) | |
tree | 6426560a1c95fb29f8c80c437d9d7de844a9d2f5 | |
parent | b4f632e7415453d97ab2a5f5e16f723e0ca634c5 (diff) | |
download | cli-171edfad8a26d3494b5cfc3293f49214d899a54f.tar.gz |
gromo: Add description
-rwxr-xr-x | gromo | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ #!/bin/bash # -# gromo - To count your daily gromodoros :thumbsup +# gromo - To count your daily Gromodoros :thumbsup. A Gromo is a short unit of +# time, usually 20 minutes, in which you are committed to do your work +# and only your work. It's basically the Pomodoro technique, but more +# opinionated. In particular, it's designed to implement the advice an +# optician once gave me, the "20/20/20" rule, which is: for each 20 +# minutes looking at the screen, look away at least 20 meters away for +# at least 20 seconds. Also, not every type of work benefits from the +# interruptions 5-minute rests provoke. So, if the mainstream is not +# enough for you, enter the all-flexible, eye-careful, non-interrupting +# Gromodoros. # # Dependencies: curl and mpv for the 'ding' sound; slock to force you to rest :) ################################################################################ |