bartime

Crates.iobartime
lib.rsbartime
version0.1.1
sourcesrc
created_at2021-06-09 18:01:41.183559
updated_at2022-04-11 00:53:48.054564
descriptionA simple developer friendly top bar clock for OSX. Made for people who work with others in many different timezones.
homepagehttps://github.com/drbh/bartime
repositoryhttps://github.com/drbh/bartime.git
max_upload_size
id408264
size8,066,233
drbh (drbh)

documentation

README

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

Commit count: 7

cargo fmt