Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arthrp/consoleTimer

Simple timer for your terminal
https://github.com/arthrp/consoleTimer

cli consoletimer terminal-based timer

Last synced: 3 months ago
JSON representation

Simple timer for your terminal

Awesome Lists containing this project

README

        

# consoleTimer [![Crates.io](https://img.shields.io/crates/v/consoletimer.svg)](https://crates.io/crates/consoletimer)

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
```