SkillAgentSearch skills...

Countdown

Terminal countdown timer

Install / Use

/learn @antonmedv/Countdown
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Countdown

<p align="center"> <br> <img src="demo.gif" width="600" alt="Countdown Demo"> <br> </p>

Install

brew install countdown
go install github.com/antonmedv/countdown@latest

Or download prebuilt binary from releases.

Usage

Specify duration in Go format 1h2m3s or a target time: 02:15pm, 14:15.

countdown 25s
countdown 11:32

Add a command with && to run after the countdown.

countdown 1m30s && say "Hello, world"

Count from up from the zero.

countdown -up 30s

Announce (via macOS say command) last 10 seconds.

countdown -say 10s

Display a title below the countdown timer.

countdown -title "Hello, world" 30s

Key binding

  • Space: Pause/Resume the countdown.
  • Esc or Ctrl+C: Stop the countdown without running the next command.

Related

  • fx – terminal JSON viewer
  • walk – terminal file manager
  • howto – terminal command LLM helper

License

MIT

Related Skills

View on GitHub
GitHub Stars1.2k
CategoryDevelopment
Updated7h ago
Forks118

Languages

Go

Security Score

95/100

Audited on Apr 3, 2026

No findings