Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusbuffett/rusty-timer
Simple TUI timer built w/ Rust
https://github.com/marcusbuffett/rusty-timer
Last synced: 25 days ago
JSON representation
Simple TUI timer built w/ Rust
- Host: GitHub
- URL: https://github.com/marcusbuffett/rusty-timer
- Owner: marcusbuffett
- Created: 2021-01-26T15:11:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T15:22:48.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T18:57:06.876Z (3 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rusted-timer
[![Crates.io](https://img.shields.io/crates/v/rusted-timer)](https://crates.io/crates/rusted-timer)
`timer` takes a duration like `1h`, `1h30m42s`, etc. and provides a timer, which
you can pause by hitting spacebar.![](timer.png)
## Installation
`cargo install rusted-timer`