Releases: ryu-ryuk/time-rs-cli
Releases · ryu-ryuk/time-rs-cli
v0.1.1
v0.1.1 Release Notes
This release includes the first precompiled binary of Time-RS CLI, packaged for Linux x86_64.
Download & Install
Run the following command to download and install the latest version:
curl -sSL https://scripts.alokranjan.me/time-rs-cli/install.sh | bashThis script will:
- Detect your OS and architecture
- Download the correct binary from the latest GitHub release
- Install it to
/usr/local/bin/timers
Note: Currently only
linux-x86_64builds are available.
Usage
Run the timer directly from the terminal:
timersTUI Controls:
r— restart timerj/k— add/subtract 10 secondsh— toggle helpq— quitp— pomodoro timerm— manually set time
Build Info
- Built with
Rust 2024 Edition - Uses
ratatui,crossterm, andclapfor terminal UI and input - Binary name:
timers