Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arthrp/consoleTimer
- Owner: arthrp
- License: gpl-3.0
- Created: 2018-12-19T07:07:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T15:04:07.000Z (over 3 years ago)
- Last Synced: 2024-10-06T10:46:37.789Z (3 months ago)
- Topics: cli, consoletimer, terminal-based, timer
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rust - arthrp/consoletimer - Simple timer for your terminal. [<img src="https://api.travis-ci.org/arthrp/consoleTimer.svg?branch=master">](https://travis-ci.org/arthrp/consoleTimer) (Applications / Utilities)
- awesome-rust-zh - arthrp/consoletimer - 终端的简单计时器。[<img src="https://api.travis-ci.org/arthrp/consoleTimer.svg?branch=master">](https://travis-ci.org/arthrp/consoleTimer) (应用 / 实用)
- awesome-rust-cn - arthrp/consoletimer - Simple timer for your terminal. [<img src="https://api.travis-ci.org/arthrp/consoleTimer.svg?branch=master">](https://travis-ci.org/arthrp/consoleTimer) (应用 / Utilities)
- awesome-rust - arthrp/consoletimer - Simple timer for your terminal. [<img src="https://api.travis-ci.org/arthrp/consoleTimer.svg?branch=master">](https://travis-ci.org/arthrp/consoleTimer) (应用 Applications / 公用事业 Utilities)
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
```