-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# tt 🕰 | ||
|
||
**Tiny turbo time tool, totally timely.** | ||
|
||
## Features | ||
|
||
* Convert your current local time (or a specific time in your zone) to | ||
another zones. | ||
* Find upcoming midnights for each UTC offset. | ||
|
||
## Install | ||
|
||
### macOS | ||
|
||
`brew install bgetsug/tap/tt` | ||
|
||
### Linux / Windows | ||
|
||
Download from | ||
[the releases page](https://github.com/bgetsug/tt/releases). | ||
|
||
## Usage | ||
|
||
``` | ||
Usage: | ||
tt [command] | ||
Available Commands: | ||
conv Convert a time | ||
help Help about any command | ||
midnight List upcoming midnights | ||
``` |