| Crates.io | timer-cli-rs |
| lib.rs | timer-cli-rs |
| version | 1.2.3 |
| created_at | 2025-08-14 22:39:43.066571+00 |
| updated_at | 2025-08-16 17:01:52.733629+00 |
| description | A super lightweight and zero-dependency command-line countdown timer. |
| homepage | |
| repository | https://github.com/Andrew-McCall/timer-cli-rs |
| max_upload_size | |
| id | 1795921 |
| size | 6,981 |
A simple command-line countdown timer written in Rust.
10s, 5m, 2h, 1d).HH:MM:SS.timer <duration> <*command>
*command is optional
10s, 30sec, 60seconds5m, 2min, 10minutes1h, 2hr, 3hours1d, 2daysIf no duration is provided, defaults to 10 seconds.
Maximum supported duration: 10 years.
cargo install timer-cli-rs
git clone https://github.com/Andrew-McCall/timer-cli-rs.git
cd timer-cli-rs
cargo build --release
./target/release/timer 30s 'echo "Hello World"'
timer 10s 'echo "10 seconds"'
timer 5m 'echo "5 minutes"'
timer 2h 'echo "2 hours'
timer 1d 'echo "1 day"'
MIT License Copyright (c) 2025 Andrew McCall