Skip to content

Releases: ryu-ryuk/time-rs-cli

v0.1.1

20 Jun 19:15

Choose a tag to compare

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 | bash

This 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_64 builds are available.

Usage

Run the timer directly from the terminal:

timers

TUI Controls:

  • r — restart timer
  • j / k — add/subtract 10 seconds
  • h — toggle help
  • q — quit
  • p — pomodoro timer
  • m — manually set time

Build Info

  • Built with Rust 2024 Edition
  • Uses ratatui, crossterm, and clap for terminal UI and input
  • Binary name: timers

Full Changelog

View all commits in v0.1.1