https://github.com/arthrp/consoletimer
Simple timer for your terminal
https://github.com/arthrp/consoletimer
cli consoletimer terminal-based timer
Last synced: 11 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T15:04:07.000Z (almost 5 years ago)
- Last Synced: 2025-07-21T01:24:27.897Z (11 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
README
# consoleTimer [](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
```