/pomdTimer

Pomodoro Timer

Primary LanguageC

Pomodoro Timer

Simple pomodoro timer, heavily inspired from https://github.com/tiaanduplessis/pomd

Build the executable & run the program:

mkdir build
cd build
cmake ..
make

# run the program
./pomdTimer

To build, please make sure you have cmake installed:

brew install cmake