You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created pomo as a way to keep me focused for working on my masters thesis, and at the same time
14
+
allowed me to learn the rust programming language.
15
+
16
+
Pomo is a simple pomodoro timer. It allows you to either specify the number of repetitions (pomodori), the duration of the pomodori and the duration of the breaks, or
17
+
you can stecify an end time, and let pomo calculate the durations and repetitions.
18
+
19
+
Pomo runs as a cli tool and stores the current state in a json file. All pomo executions excep `pomo watch` just
20
+
modify this json file and terminate. The watch command displays the current pomodoro timer, optionally writes the timer to a text file,
0 commit comments