Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 416 Bytes

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