| Crates.io | ramen-timer |
| lib.rs | ramen-timer |
| version | 1.1.0 |
| created_at | 2025-05-31 12:12:18.35403+00 |
| updated_at | 2025-06-05 11:52:36.452534+00 |
| description | A simple terminal-based countdown timer for perfect ramen noodles |
| homepage | https://github.com/yasuhikomachino/ramen-timer |
| repository | https://github.com/yasuhikomachino/ramen-timer |
| max_upload_size | |
| id | 1696315 |
| size | 82,253 |
Hungry?
Why not enjoy a delicious bowl of ramen!
A simple and elegant terminal-based countdown timer for your perfect ramen noodles.
Never overcook your ramen again!
(Actually, this is a joke tool I made while learning Rust and TUI development.)
cargo install ramen-timer
git clone https://github.com/yasuhikomachino/ramen-timer.git
cd ramen-timer
cargo build --release
The binary will be available at target/release/ramen-timer.
cargo install --git https://github.com/yasuhikomachino/ramen-timer.git
Simply run the timer:
ramen-timer
You can also specify a custom timer duration:
# Set timer to 5 minutes
ramen-timer 5:00
# Set timer to 90 seconds
ramen-timer 90
TIME - Timer duration (optional)
M:SS for minutes and seconds (e.g., 3:00)SS for seconds only (e.g., 180)| Key | Action |
|---|---|
Space or p |
Start/Pause timer |
r |
Reset to initial time |
q or Esc |
Quit |
h or ? |
Show help |

Probably works on the following platforms too:
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.