MCPcopy Index your code
hub / github.com/antonmedv/countdown

github.com/antonmedv/countdown @v1.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.5.0 ↗ · + Follow
22 symbols 45 edges 3 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Countdown

Countdown Demo

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

Key binding

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

Become a sponsor

Every line of code in my repositories 📖 signifies my unwavering commitment to open source 💡. Your support 🤝 ensures these projects keep thriving, innovating, and benefiting all 💼. If my work has ever resonated 🎵 or helped you, kindly consider showing love ❤️ by sponsoring. 🚀 Sponsor Me Today! 🚀

License

MIT

Core symbols most depended-on inside this repo

durationToDraw
called by 4
main.go
draw
called by 4
main.go
width
called by 3
ui.go
start
called by 2
main.go
drawPause
called by 2
main.go
say
called by 2
main.go
echo
called by 2
ui.go
flush
called by 2
ui.go

Shape

Function 15
Method 4
TypeAlias 3

Languages

Go100%

Modules by API surface

ui.go12 symbols
main.go10 symbols

For agents

$ claude mcp add countdown \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact