Skip to content

aviasales/countdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown

Screen shot

Usage

Specify duration in go format 1h2m3s.

countdown 25s

Add command with && to run after countdown.

countdown 1m30s && say "Hello, world"

Key binding

  • p or P: To pause the countdown.
  • c or C: To resume the countdown.
  • Esc or Ctrl+C: To stop the countdown without running next command.

Install

go get github.com/antonmedv/countdown

License

MIT

Packages

No packages published

Languages

  • Go 100.0%