https://github.com/exdx/rtimer
A friendly timer CLI tool
https://github.com/exdx/rtimer
Last synced: 2 months ago
JSON representation
A friendly timer CLI tool
- Host: GitHub
- URL: https://github.com/exdx/rtimer
- Owner: exdx
- Created: 2018-12-27T23:50:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T19:40:15.000Z (over 6 years ago)
- Last Synced: 2025-02-17T03:38:52.832Z (5 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtimer
A simple timer CLI tool that is helpful for day to day development tasks. rtimer is not meant to be super accurate but instead give you a rough estimate of time that can be helpful in certain situations. For example, say you are spinning up a cloud instance and want to see how long it takes to provision. Or you start a preemptible instance and want to get a sense of how long it stays up before being preempted. rtimer is accurate on a per second time interval.### Install
rtimer uses the Rust 2018 compiler`git clone https://github.com/Denton24646/rtimer`
`cargo build`
### Usage
`cargo run 10 s true`