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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
NunoSempere a78d6f7731
increase pomodoro intervals.
8 months ago
LICENSE add minimalistic working version. 9 months ago
README.md add readme & makefile + small typo fixes. 9 months ago
makefile tweak makefile a bit 9 months ago
pomo increase pomodoro intervals. 8 months ago
pomo.c increase pomodoro intervals. 8 months ago

README.md

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.