A simple C executable that starts a countdown following the pomodoro timer technique.
- CMake 4.0+
- A C17-compatible compiler (gcc, clang)
git clone https://github.com/JeppesS/pretty-remind.git
cd pretty-remind
cmake -B build
cmake --build buildThe binary will be at build/pomodoro-timer.
To make it available system-wide:
sudo cp build/pomodoro-timer /usr/local/bin/pomodoro-timerpomodoro-timerMIT License — Copyright (c) 2026 Jesper Härnlund