Skip to content

DanikVitek/timer-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timer CLI

A simple command line timer application written in Rust.

Demo GIF made with VHS

Help

timer --help
A simple CLI timer application using crossterm and tokio

Usage: timer <[[[d:]h:]m:]s duration>

Arguments:
  <[[[d:]h:]m:]s duration>  Duration in the format "[[[d:]h:]m:]s" (e.g., "1:2:3:4" for 1 day, 2 hours, 3 minutes, and 4 seconds)

Options:
  -h, --help     Print help
  -V, --version  Print version

Installation

From releases page

You can download the latest release from the releases page and extract the binary for your platform. After downloading, make sure to include the binary in your system's PATH.

Using Cargo

You can install the Timer CLI using Cargo, Rust's package manager. Run the following command:

cargo install --git https://github.com/DanikVitek/timer-cli.git --locked

About

A simple CLI timer application in Rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages