Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscoamado/Timezones
macOS App for keeping track of multiple Time Zones in the Status Bar
https://github.com/franciscoamado/Timezones
macos macos-app statusbar swift timezones
Last synced: 26 days ago
JSON representation
macOS App for keeping track of multiple Time Zones in the Status Bar
- Host: GitHub
- URL: https://github.com/franciscoamado/Timezones
- Owner: franciscoamado
- License: mit
- Created: 2018-07-07T20:12:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T20:15:46.000Z (over 6 years ago)
- Last Synced: 2024-08-03T09:06:15.160Z (4 months ago)
- Topics: macos, macos-app, statusbar, swift, timezones
- Language: Swift
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Timezones
README
# Timezones 🕔
This is macOS App for keep tracking of multiple Time Zones. Nothing fancy.
Requires macOS 10.13 or later.
You can download it from the latest release [here](https://github.com/franciscoamado/timezones/releases)
## Features
- [x] Set and Show configurable TimeZones
// TODO:
- [ ] Detect users Location/TimeZone
- [ ] Interactive World Map View of TimeZones
- [ ] Change System TimeZone
- [ ] Sunrise/sunset
- [ ] Changing StatusBar icon with current time
- [ ] Weather information
- [ ] Night mode 😎## Acknowledgements
This App uses some dependencies to make life more interesting:
* [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin) for easy adding "Launch at Login" funcionality.
* [ReSwift](https://github.com/ReSwift/ReSwift) for testing out Unidirectional Data Flow.## Contributing
Open an issue with an idea or a PR with a fix. All help is appreciated.