1.0.0 • Published 3 years ago

tzfriends v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 <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 <name>

Add a friend

tzfriends add <name> <location>

Update a friend's location

tzfriends set <name> <location>

Remove a friend

tzfriends remove <name>

Toggle 12/24 hour clock

tzfriends -a <true|false>

Thanks!

Thanks to substack for the super cool tzloc!