Skip to content

vvh413/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple cli timer

$ timer -h
Simple cli timer

Usage: timer [OPTIONS]

Options:
  -H, --hours <HOURS>      Hours [default: 0]
  -m, --minutes <MINUTES>  Minutes [default: 0]
  -s, --seconds <SECONDS>  Seconds [default: 0]
  -l, --line-mode          Print elapsed time on single line
  -h, --help               Print help
  -V, --version            Print version

Installation

git clone https://github.com/vvh413/timer.git
cd timer
cargo install --path .