🍺 BREW Explorer

← all formulae

gotz

brew install gotz v0.1.15 MIT

Displays timezones in your terminal

11
30-day installs · #8347
11
90-day · #11539
81
365-day · #9759
147
★ GitHub stars · updated 6mo ago

Build dependencies

go

GitHub topics

cli timezone timezone-conversion tui tz

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Displays timezones in your terminal",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:38:22+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "gotz",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-02-15T01:05:02Z",
  "github_readme_excerpt": "# gotz \u003cimg src=\u0027material/icon/world.svg\u0027 align=\"right\" height=\"110\" /\u003e\n\ngo**tz** - a simple CLI timezone info tool.\n\n## Installation\n\n### Directly via [Go](https://go.dev/doc/install)\n\n```bash\ngo install github.com/merschformann/gotz@latest\n```\n\n### Binary\n\nSimply download the binary of the [latest release](https://github.com/merschformann/gotz/releases/latest/) (look for `gotz_*_OS_ARCH` - darwin is macOS), unpack the `gotz` binary and put it in a folder in your `$PATH`.\n\n### Homebrew\n\n```bash\nbrew tap merschformann/gotz # only once\nbrew install gotz\n```\n\n## Usage\n\nShow current time:\n\n```bash\ngotz\n```\n\n![preview](material/screenshot/gotz.png)\n\nShow arbitrary time:\n\n```bash\ngotz 15\n```\n\n![preview](material/screenshot/gotz-15-1.png)\n\nShow arbitrary time using different timezone (index based):\n\n```bash\ngotz 15@2\n```\n\n![preview](material/screenshot/gotz-15-2.png)\n\nShow arbitrary time using different timezone (explicit TZ code):\n\n```bash\ngotz 15@Asia/Tokyo\n```\n\n![preview](material/screenshot/gotz-15-3.png)\n\nTime can be one of the following formats:\n\n```txt\n15\n15:04\n15:04:05\n3:04pm\n3:04:05pm\n3pm\n1504\n150405\n2006-01-02T15:04:05\n```\n\nUse live mode to continuously update the time (exit via _q_, _esc_ or _ctrl+c_). Activate once via:\n\n```bash\ngotz --live true\n```\n\n![preview](material/screenshot/gotz-live.png)\n\n(above also uses option `--inline false`; for styling see customization below)\n\n## Basic configuration\n\nSet the timezones to be used by default:\n\n```bash\ngotz --timezones \"Office:America/New_York,Home:Europe/Berlin\"\n```\n\n(lookup timezones in the [timezones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) wiki page - _TZ identifier_ column)\n\nSet 12-hour format:\n\n```bash\ngotz --hours12 true\n```\n\n## Customization\n\nThe configuration is stored in `$XDG_CONFIG_HOME/gotz/config.json` (usually `~/.config/gotz/config.json` on most systems). It can be configured directly or via the arguments of the `gotz` command (see `gotz --help`). The configuration attributes a",
  "github_repo": "merschformann/gotz",
  "github_stars": 147,
  "github_topics": [
    "cli",
    "timezone",
    "timezone-conversion",
    "tui",
    "tz"
  ],
  "homepage": "https://github.com/merschformann/gotz",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 11,
  "installs_365d": 81,
  "installs_90d": 11,
  "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": "gotz",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 8347,
  "rank_365d": 9759,
  "rank_90d": 11539,
  "raw_hash": "e4eea9ef3dc4b2d6",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/g/gotz.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "0.1.15",
  "versioned_formulae": [],
  "why_use_this": null
}