#cli #timer #seconds #terminal #countdown #terminal-based

app consoletimer

Simple timer for your terminal

4 releases (2 breaking)

Uses old Rust 2015

0.4.1 Jun 28, 2021
0.4.0 Mar 6, 2021
0.3.0 Aug 30, 2020
0.1.1 Apr 7, 2020

#9 in #terminal-based

GPL-3.0-only

17KB
72 lines

consoleTimer Build Status 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

Dependencies

~4–6MB
~99K SLoC