An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MenUTC

An [ElectronJS](https://www.electronjs.org/) app to show UTC in the Tray.

![menutc screenshot](https://user-images.githubusercontent.com/2006658/102679407-50f2ca80-4175-11eb-8c82-b9bf6610d7b5.png)

## 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