Specify duration in go format 1h2m3s.
countdown 25sAdd command with && to run after countdown.
countdown 1m30s && say "Hello, world"porP: To pause the countdown.corC: To resume the countdown.EscorCtrl+C: To stop the countdown without running next command.
go get github.com/antonmedv/countdownMIT
