A minimalistic, no-bullshit Pomodoro timer daemon.
F#ck GUI. We don't need your fancy buttons and modal windows. So here's a tiny Pomodoro daemon that stays the hell out of your way.
You know the drill
gcc -o daemon daemon.c
gcc -o pomod pomod.c
Or throw it all in a Makefile like a proper hacker. Up to you.
Compile daemon.c and pomod.c, then do magic
./daemon
./pomod start
./pomod status # time left
./pomod stop
Start the daemon
./daemon
CLI usage
./pomod start # start a 25-minute pomodoro
./pomod status # check how much time is left
./pomod stop # stop the current session