Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diit/overtime-cli
Easy time-overlap tables for remote teams.
https://github.com/diit/overtime-cli
Last synced: about 1 month ago
JSON representation
Easy time-overlap tables for remote teams.
- Host: GitHub
- URL: https://github.com/diit/overtime-cli
- Owner: diit
- License: mit
- Created: 2017-11-23T06:02:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T08:23:58.000Z (over 6 years ago)
- Last Synced: 2024-06-21T06:40:26.020Z (6 months ago)
- Language: JavaScript
- Size: 9.68 MB
- Stars: 409
- Watchers: 8
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps - OverTime - Time-overlap tables for remote teams. (Utilities / Terminal Sharing Utilities)
- fucking-awesome-cli-apps - OverTime - Time-overlap tables for remote teams. (Utilities / Terminal Sharing Utilities)
README
OverTime
Easy time-overlap tables for remote teams.
### Install
`npm install -g overtime-cli`### Use
```
overtime show America/Toronto Asia/Bangkok ...
```
Available IANA zones can be found on Wikipedia : [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).Otherwise you can use `utc` shortcut.
Ex:
```
overtime show America/Toronto Asia/Bangkok
```
can also be
```
overtime show utc-5 utc+7
```Finally, if you'd like to alias the headers you can optionally use `@` on any of the zones/offsets:
```
overtime show utc-8@vancity America/Halifax@halifornia Asia/Tokyo
```Made with ☕ in 🇨🇦