pomo is a simple timer that uses the pomodoro technique. It is based on spt: https://github.com/pickfire/spt, which is a bit less simple.
Go to file
2023-08-21 11:11:07 +02:00
LICENSE add minimalistic working version. 2023-08-20 11:46:34 +02:00
makefile tweak makefile a bit 2023-08-21 11:10:22 +02:00
pomo.c run formatting pass. 2023-08-21 11:11:07 +02:00
README.md add readme & makefile + small typo fixes. 2023-08-20 12:14:52 +02:00

pomo - a simple pomodoro timer

about

pomo is a simple timer that uses the pomodoro technique. It is based on spt, which is a bit less simple.

dependencies

Instead of inotify, this pomodoro timer uses sent, displaying messages to the user by spawning a process that calls echo 'msg' | sent.

installation

Read pomo.c, then:

make
sudo make install

usage

In a terminal, call the "pomo" command. Then, an initial message will appear in its own window. Close it and start working. By default, the timer runs by 4 pomodoro timer (25 mins) with subsequent rests in between (5 mins) followed by a long rest (15 mins) in an infinite loop.

configuration

read through the <60 lines of C, and change as appropriate. If this functionality is too simple, consider looking at spt instead.