Skip to content

arthrp/consoleTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consoleTimer Crates.io

Simple timer that allows you to initiate countdown from N seconds.

Usage: consoletimer [time in seconds]

consoletimer [time in minutes]m

Building

You need to have ncurses library present in your OS. In Ubuntu and derivatives, just run

sudo apt install libncurses5-dev