2 个不稳定版本
0.2.0 | 2023年11月14日 |
---|---|
0.1.0 | 2021年2月2日 |
#407 in 日期和时间
12KB
82 代码行
世界时钟
这是一个显示多个时区当前时间的简单命令行应用程序。
配置
显示哪些时区受位于 ~/.config/worldclock.toml
的配置文件控制。
示例配置文件
# Local clock
[[clocks]]
name = "💻"
# At home
[[clocks]]
name = "🏠"
tz = "Europe/Berlin"
# Costa Rica
[[clocks]]
name = "🌴"
tz = "America/Costa_Rica"
# New York (EST)
[[clocks]]
name = "🗽"
tz = "America/New_York"
每个 [[clock]]
将显示一行当前时间。如果您不使用 tz
指定时区,它将使用当前时间。
否则,您可以指定时区。对于有效的时区,您可以查看 timedatectl list-timezones
。
每个时钟可以有一个可选的名称,该名称将显示时区名称。
输出
示例输出
💻 20:03:33
🏠 20:03:33
🌴 13:03:33
🗽 14:03:33
依赖项
~5–17MB
~148K SLoC