This is a simple Pomodoro timer written in C++. It helps you manage your time by breaking work into intervals, traditionally 25 minutes in length, separated by short breaks.
To use the program, I needed a way to print text to the screen so I used figlet.
And for playing audio from the terminal I used mpv.
sudo apt-get install figlet mpv
sudo pacman -S figlet mpv
sudo dnf install figlet mpv
git clone https://github.com/nanda-gopal-sb/comodoro
cd comodoro
gcc src/main.c # you could also use clang
./a.out