TianyiShi2001 / clock-cli-rs

Command line clock utilities, with CLI and TUI interfaces, implemented in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clock-cli-rs

Command line clock utilities, with TUI interfaces, implemented in Rust. Currently, these features are implemented:

  • Stopwatch
    • start/pause/stop: ✅
    • lap time (similar to iOS's stopwatch's behaviour): ✅
    • report of all pause/start/lap instances (moments): WIP
  • (Countdown) Timer
    • basics: ✅

Installation

If you are a Rustacean 🦀️, just cargo install clock-cli.

Other installation methods: WIP

Usage

Stopwatch:

simply run:

clock
  • Press Space to pause/resume.
  • Press l to lap. Mouse-scroll or press arrow keys to view more.
  • Press return to finish.

Countdown Timer:

Specify the duration (in natual language) to run a countdown.

Examples:

clock 3 minutes
clock 4h3m
clock 1 day
  • Press Space to pause/resume.
  • Press return to cancel.

Compatibility

Currently only works on Linux and MacOS.

Acknowledgement

The TUI is based on the cursive crate made by Alexandre Bury (@glycos), who also helped me a lot during the development of this crate (see glycose/cursive/#503)

About

Command line clock utilities, with CLI and TUI interfaces, implemented in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 96.3%Language:Python 3.7%