Skip to content

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

Notifications You must be signed in to change notification settings

zealotree/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages