https://github.com/marcusbuffett/rusty-timer
Simple TUI timer built w/ Rust
https://github.com/marcusbuffett/rusty-timer
Last synced: 10 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T15:22:48.000Z (over 5 years ago)
- Last Synced: 2025-08-26T23:46:29.787Z (10 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

## Installation
`cargo install rusted-timer`