File tree Expand file tree Collapse file tree 4 files changed +43
-22
lines changed Expand file tree Collapse file tree 4 files changed +43
-22
lines changed Original file line number Diff line number Diff line change 55
66## Alfred Workflows
77
8+ ### Time
9+
10+ > 日期格式转换
11+
12+ ### UUID
13+
14+ > UUID 生成/转换
15+
16+ ## Hammerspoon
17+
18+ ### 半角
19+
20+ > 键盘输入内容全角符号自动替换为半角
21+
822## xBar Plugins
923
1024### Services Mgr
25+
26+ > 配置驱动的服务管理
Original file line number Diff line number Diff line change 1- # Alfred Workflow: Time Converter
1+ # Alfred Workflows
22
3- [ ![ downloads ] ( https://img.shields.io/github/downloads/rexzhang/alfred-workflow-time-converter/total )] ( https://github.com/rexzhang/asgi-webdav/releases )
3+ ## Time
44
5- ## What
5+ ### What
66
77![ demo-basic] ( docs/demo-basic.gif )
88
9- ## How
9+ ### How
1010
11- ### Change Time Zone
11+ #### Change Time Zone
1212
13- ```
13+ ``` text
1414now +08
1515```
1616
17- ### Time Shift
17+ #### Time Shift
1818
19- ```
19+ ``` text
2020now +1d
2121now -1w
2222```
2323
24- | key | unit |
24+ | key | unit |
2525| -----| --------------------------------|
26- | ms | microseconds(not support yest) |
26+ | ms | microseconds(not support yest) |
2727| s | seconds |
2828| m | minutes |
2929| h | hours |
3030| d | days |
31- | w | weeks |
32- | M | months |
33- | q | quarters(not support yest) |
34- | y | years |
31+ | w | weeks |
32+ | M | months |
33+ | q | quarters(not support yest) |
34+ | y | years |
3535
36- ## Depend
36+ ### Depend
3737
3838- Python3.9+
3939
40- ## Get it
40+ ### Get it
4141
4242Download
4343from [ GitHub release] ( https://github.com/rexzhang/alfred-workflow-time-converter/releases )
4444, double click package file to install.
4545
46- ## History
46+ ### History
4747
48- ### 0.3.0
48+ #### 0.3.0
4949
5050- support python3
5151
52- ### 0.2.0
52+ #### 0.2.0
5353
5454- support time zone
5555- support time shift
5656
57- ### 0.1.0
57+ #### 0.1.0
5858
5959- first release
6060
61- ## Todo
61+ ### Todo
6262
6363- multi time shift args?
6464- time shift support ms/q
65+
66+ ## UUID
67+
68+ ![ Alt text] ( docs/uuid-screenshot.png )
Original file line number Diff line number Diff line change 11# Hammerspoon
22
3- ## 键盘输入全角符号转半角 ` modules.banjiao `
3+ ## 半角( ` modules.banjiao ` )
44
55> 在撰写MarkDown文档时,需要在中文输入法模式下键入大量的MarkDown控制符;但这些控制符需要使用半角
66
7+ - 键盘输入内容全角符号自动替换为半角
78- 通过修改` app_map``replace_map ` 这两个字典调整脚本的行为
89
910## Install
You can’t perform that action at this time.
0 commit comments