Skip to content

nanda-gopal-sb/comodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A fun pomodoro timer written in C

Topics

Resources

Stars

Watchers

Forks

Languages