Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikolaiwarner/tzfriends
- Owner: nikolaiwarner
- Created: 2021-02-26T13:43:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T15:18:24.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T13:50:17.919Z (3 months ago)
- Topics: cli, friends, timezones
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!