#timezone #clock #macos #topbar

app bartime

A simple developer friendly top bar clock for OSX. Made for people who work with others in many different timezones.

2 releases

0.1.1 Apr 11, 2022
0.1.0 Jun 9, 2021

#74 in #timezone

MIT/Apache

8MB
409 lines

bartime 🍻

Crates.io

bartime screenshot

Installation

cargo install bartime

Add OSX Application

bartime install
# Installed bartime.app at /Applications/Bartime
# Configuration file at ~/.bartime/config.toml

As a CLI tool

bartime

Update times

The configuration file is located in ~/.bartime/config.toml. The application will update while running as long as you enter a valid location.

[[location]]
  name = "CAL 🏄‍♀️"
  tz = "America/Los_Angeles"

[[location]]
  name = "NYC 🗽"
  tz = "America/New_York"

[[location]]
  name = "ENG 🇬🇧"
  tz = "Europe/London"

[[location]]
  name = "SHI 🇨🇳"
  tz = "Asia/Shanghai"

[[location]]
  name = "NZE 🇳🇿"
  tz = "Pacific/Auckland"

Resources

Helpful time stuff

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
https://24timezones.com/current_world_time.php

Dependencies

~7–17MB
~162K SLoC