pocketwatch

Crates.iopocketwatch
lib.rspocketwatch
version0.1.1
sourcesrc
created_at2024-04-19 14:06:16.262222
updated_at2024-04-19 18:31:56.000068
descriptionA simple timer CLI
homepage
repositoryhttps://github.com/dragazo/pocketwatch
max_upload_size
id1213714
size165,885
Devin Jean (dragazo)

documentation

README

About

pocketwatch is a simple Rust CLI timer utility. It has the ability to read the current local time, count up (stopwatch), or count down (timer) with an audible alarm.

Installation

pocketwatch can be installed through cargo.

cargo install pocketwatch

Usage

Read the current local time:

pocketwatch read

Start a stopwatch

pocketwatch count-up

Start a timer - duration specified as ((h:)m:)s

pocketwatch count-down 10
pocketwatch count-down 2:30
pocketwatch count-down 1:30:00

Credits

The alarm sound was created by FoolBoyMedia.

Commit count: 3

cargo fmt