A simple countdown timer for the terminal using ncurses. Displays a large ASCII-style countdown in the terminal.
- Uses
ncursesfor terminal updates
sudo apt install libncurses5-devgcccompiler
The project uses CMake to build
mkdir build && cd build
cmake ..
make./timer <seconds>