🍺 BREW Explorer

← all formulae

countdown

brew install countdown v1.5.0 MIT

Terminal countdown timer

22
30-day installs · #6545
64
90-day · #6638
347
365-day · #5976
1.2k
★ GitHub stars · updated 1y ago

Build dependencies

go

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Terminal countdown timer",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:37+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "countdown",
  "github_default_branch": "master",
  "github_last_commit_at": "2025-02-18T14:08:04Z",
  "github_readme_excerpt": "# Countdown\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"demo.gif\" width=\"600\" alt=\"Countdown Demo\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Install\n\n```sh\nbrew install countdown\n```\n\n```sh\ngo install github.com/antonmedv/countdown@latest\n```\n\nOr download prebuilt binary from [releases](https://github.com/antonmedv/countdown/releases).\n\n## Usage\n\nSpecify duration in Go format `1h2m3s` or a target time: `02:15pm`, `14:15`.\n\n```sh\ncountdown 25s\ncountdown 11:32\n```\n\nAdd a command with `\u0026\u0026` to run after the countdown.\n\n```sh\ncountdown 1m30s \u0026\u0026 say \"Hello, world\"\n```\n\nCount from up from the zero.\n\n```sh\ncountdown -up 30s\n```\n\nAnnounce (via macOS `say` command) last 10 seconds.\n\n```sh\ncountdown -say 10s\n```\n\nDisplay a title below the countdown timer.\n\n```sh\ncountdown -title \"Hello, world\" 30s\n```\n\n## Key binding\n\n- `Space`: Pause/Resume the countdown.\n- `Esc` or `Ctrl+C`: Stop the countdown without running the next command.\n\n## Related\n\n- [fx](https://github.com/antonmedv/fx) \u2013 terminal JSON viewer\n- [walk](https://github.com/antonmedv/walk) \u2013 terminal file manager\n- [howto](https://github.com/antonmedv/howto) \u2013 terminal command LLM helper\n\n## License\n\n[MIT](LICENSE)\n",
  "github_repo": "antonmedv/countdown",
  "github_stars": 1224,
  "github_topics": [],
  "homepage": "https://github.com/antonmedv/countdown",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 22,
  "installs_365d": 347,
  "installs_90d": 64,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "countdown",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 6545,
  "rank_365d": 5976,
  "rank_90d": 6638,
  "raw_hash": "3a8f9916369d2e6e",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/countdown.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.5.0",
  "versioned_formulae": [],
  "why_use_this": null
}