Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 460 Bytes

Tomato Timer

My implementation tomato timer on C Language. This implementation is made for terminals and for the program uses the library "ncurses.h". It works very simply, 25 minutes of work and 5 minutes of rest, and so on in a cycle.

Install

sudo apt install cmake libncurses5-dev libncursesw5-dev 

Run

A ready-to-use assembly CMakeLists has already been written to start.

mkdir build && cd build
cmake ..
cmake --build .