https://github.com/maxbeizer/menutc
A tiny menubar app to show the current UTC time.
https://github.com/maxbeizer/menutc
Last synced: 11 months ago
JSON representation
A tiny menubar app to show the current UTC time.
- Host: GitHub
- URL: https://github.com/maxbeizer/menutc
- Owner: maxbeizer
- License: mit
- Created: 2020-09-02T20:49:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T15:24:04.000Z (about 3 years ago)
- Last Synced: 2025-03-26T21:09:20.299Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 636 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MenUTC
An [ElectronJS](https://www.electronjs.org/) app to show UTC in the Tray.

## Why?
Time zones are hard. I know, I know; there's always `date -u` on the CLI. When I'm in the middle of an incident, however, it's nice to be able to glance up at the tray and see the time in UTC to communincate clearly.
## Dev
```
script/bootstrap
script/dev
```
or
```
npm i
npm run dev
```
## Build
Built via [Electron Forge](https://www.electronforge.io/)
```
npm run make
```
## License
MIT