/consoleTimer

Simple timer for your terminal

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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