https://github.com/diit/overtime-cli
Easy time-overlap tables for remote teams.
https://github.com/diit/overtime-cli
Last synced: 7 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T08:23:58.000Z (over 7 years ago)
- Last Synced: 2024-11-02T18:41:16.237Z (about 1 year ago)
- Language: JavaScript
- Size: 9.68 MB
- Stars: 415
- Watchers: 8
- Forks: 13
- 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. (Productivity / Testing)
- fucking-awesome-cli-apps - OverTime - Time-overlap tables for remote teams. (Productivity / Testing)
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 🇨🇦