Skip to content

Commit 313f463

Browse files
committed
Update README.md
1 parent c8e9636 commit 313f463

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,54 @@
11
# Alfred Workflow: Time Converter
22

33
## What use
4+
45
![demo-basic](docs/demo-basic.gif)
56

7+
## How
8+
9+
### Change Time Zone
10+
11+
```
12+
now +08
13+
```
14+
15+
### Time Shift
16+
17+
```
18+
now +1d
19+
now -1w
20+
```
21+
22+
key | unit
23+
--- | ---
24+
ms | microseconds(not support yest)
25+
s | seconds
26+
m | minutes
27+
h | hours
28+
d | days
29+
w | weeks
30+
M | months
31+
q | quarters(not support yest)
32+
y | years
33+
634
## Get it
7-
Download from [Github release](https://github.com/rexzhang/alfred-workflow-time-converter/releases), double click package file to install.
35+
36+
Download
37+
from [Github release](https://github.com/rexzhang/alfred-workflow-time-converter/releases)
38+
, double click package file to install.
839

940
## History
1041

1142
### 0.1.0
43+
1244
- first release
1345

1446
### 0.2.0
47+
1548
- support time zone
1649
- support time shift
1750

1851
## Will
52+
1953
- multi time shift args?
2054
- time shift support ms/q

0 commit comments

Comments
 (0)