Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 649 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 649 Bytes

Pomodoro Timer

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.

Dependencies

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.

Debian-based

sudo apt-get install figlet mpv

Arch-based

sudo pacman -S figlet mpv

Fedora

sudo dnf install figlet mpv

Usage

git clone https://github.com/nanda-gopal-sb/comodoro
cd comodoro
gcc src/main.c # you could also use clang
./a.out