Skip to content

srid2406/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Terminal Timer

A simple countdown timer for the terminal using ncurses. Displays a large ASCII-style countdown in the terminal.

Dependencies:

  • Uses ncurses for terminal updates
sudo apt install libncurses5-dev
  • gcc compiler

Build

The project uses CMake to build

mkdir build && cd build
cmake ..
make

Usage:

./timer <seconds>

References:

https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

About

Timer in Terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published