fedir / timer

A simple command-line (CLI) countdown timer written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timer

A simple countdown timer written in Go

Install

go get github.com/zealotree/timer/

Usage

timer 2s 
timer 1h 
timer 525600m
timer 1h30m10s

Add A Message for Context

timer 10m "Turn off the stove"

Play a beep after your timer

timer 2s ; mpv --really-quiet beep.ogg

Make some presets using aliases

fish shell 2.6

abbr -a 'greentea' 'timer 1m20s ; mpv --really-quiet teatimer.ogg'

About

A simple command-line (CLI) countdown timer written in Golang


Languages

Language:Go 100.0%