Add README file
Add license
Initial commit
View the project page on humaidq.ae
This is a suckless pomodoro command-line application I created, as I couldn't find any good pomodoro command-line application.
The following packages must be installed on your system.
This program is written by Humaid AlQassimi, and is distributed under the BSD 2 Clause license.
$ git clone git.sr.ht/~humaid/c-pomodoro
$ cd c-pomodoro
$ make all
$ ./pomodoro
To configure the timing, you have to modify the values in the header file
pomodoro.h
, and recompile.