Simple timer that allows you to initiate countdown from N seconds.
Usage: consoletimer [time in seconds]
consoletimer [time in minutes]m
You need to have ncurses library present in your OS. In Ubuntu and derivatives, just run
sudo apt install libncurses5-dev