Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 543 Bytes

readme.md

File metadata and controls

40 lines (29 loc) · 543 Bytes

timer

⌚️ Command-line timer

Install

$ yay -S --needed libpulse # if WSL
$ yay -S mpg123
$ npm install --global https://github.com/sobrinojulian/timer-cli

Usage

$ timer --help

  ⌚️ Command-line timer

  Usage
    $ timer <timer>

  Commands
    <timer> FORMAT: HH:MM:SS or MM:SS or SS.
                    HH, MM, SS might be any integer

  Examples
    $ timer 22
    00:00:22
    $ timer 12:22
    00:12:22
    $ timer 1:0:0
    01:00:00
    $ timer 00:05:22
    00:05:22
    $ timer 22
    00:00:22