No description
Find a file
2022-03-20 13:09:26 +00:00
config.h Initial commit 2021-09-27 20:31:27 +02:00
LICENSE Add LICENSE 2022-03-20 13:09:26 +00:00
pomodoro.c Stuff. 2021-09-29 14:21:25 +02:00
README.md Stuff. 2021-09-29 14:22:54 +02:00

Pomodoro

A simple cli interfaced pomodoro study timer.

Edit config.h to change between 25 or 50 minute study sessions as well as 5 or 10 minute breaks.

Also, you can get help with

pomodoro -h

Compiling

gcc pomodoro.c -o pomodoro -lncurses