File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments