Crates.io | consoletimer |
lib.rs | consoletimer |
version | 0.4.1 |
source | src |
created_at | 2020-04-07 19:26:52.657609 |
updated_at | 2021-06-28 22:37:10.900158 |
description | Simple timer for your terminal |
homepage | https://github.com/arthrp/consoleTimer |
repository | https://github.com/arthrp/consoleTimer |
max_upload_size | |
id | 227438 |
size | 45,535 |
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