Skip to content

Xav83/pomodoro

Repository files navigation

Pomodoro

This project is an implementation of a pomodoro. For now, the focus is on making a simple terminal application.

Checks

Coverage Status

Features

  • 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.

Compilation

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]

Credits

The sounds in the resources have been made by Eric Matyas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published