Skip to content

Commit 4e51c5e

Browse files
committed
Update docs
1 parent d5222ac commit 4e51c5e

File tree

4 files changed

+43
-22
lines changed

4 files changed

+43
-22
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
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+
> 配置驱动的服务管理

alfred-workflows/README.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,68 @@
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
1414
now +08
1515
```
1616

17-
### Time Shift
17+
#### Time Shift
1818

19-
```
19+
```text
2020
now +1d
2121
now -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

4242
Download
4343
from [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)
120 KB
Loading

hammerspoon/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Hammerspoon
22

3-
## 键盘输入全角符号转半角`modules.banjiao`
3+
## 半角(`modules.banjiao`)
44

55
> 在撰写MarkDown文档时,需要在中文输入法模式下键入大量的MarkDown控制符;但这些控制符需要使用半角
66
7+
- 键盘输入内容全角符号自动替换为半角
78
- 通过修改`app_map``replace_map`这两个字典调整脚本的行为
89

910
## Install

0 commit comments

Comments
 (0)