This project is an implementation of a pomodoro. For now, the focus is on making a simple terminal application.
- Aternate automatically between "Work" and "Break" periods.
- Emit a sound at the end/start of a new period.
- Implements a pomodoro class with the same behavior as the one described on Wikipedia
- Make one period update the same line on the terminal to avoid flooding it.
This projects uses cmake as a build system manager, and conan as a package manager. Here is the command to generate the executable.
mkdir build
cd build
cmake ..
cmake --build --config [Debug | Release]
The sounds in the resources have been made by Eric Matyas