#时区 #时钟 #顶部栏

app bartime

为 OS X 设计的简单开发者友好型顶部栏时钟。适用于与身处不同时区的人一起工作的人。

2 个版本

0.1.1 2022年4月11日
0.1.0 2021年6月9日

#90 in #时钟

MIT/Apache

8MB
409

bartime 🍻

Crates.io

bartime screenshot

安装

cargo install bartime

添加 OS X 应用程序

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

作为 CLI 工具

bartime

更新时间

配置文件位于 ~/.bartime/config.toml。只要您输入有效的位置,应用程序将在运行时更新。

[[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"

资源

有用的时间资料

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

依赖

~6–15MB
~143K SLoC