Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikolaiwarner/tzfriends

a command line program to see what time your friends around the world are experiencing
https://github.com/nikolaiwarner/tzfriends

cli friends timezones

Last synced: 2 months ago
JSON representation

a command line program to see what time your friends around the world are experiencing

Awesome Lists containing this project

README

        

tzfriends-1 0 0

# tzfriends

a command line program to see what time your friends around the world are experiencing

## How to use

### Install

`npm i -g tzfriends`

### Set your location
`tzfriends --location `

### Show the time for all friends now, your time
`tzfriends`

### Show the time for all friends at a certain time/date at your time
`tzfriends 7pm`

### See what time your friend is experiencing
`tzfriends 7pm --name `

### Add a friend
`tzfriends add `

### Update a friend's location
`tzfriends set `

### Remove a friend
`tzfriends remove `

### Toggle 12/24 hour clock
`tzfriends -a `

## Thanks!

Thanks to substack for the super cool tzloc!