Skip to content

Commit

Permalink
doc: 更新示例
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle committed Nov 9, 2019
1 parent 15cc2c4 commit 702efd4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,22 @@ Usage of E:\Code\Go\bin\TmdTextEpub.exe:
-`win + r` 输入 `cmd` 然后输入以下命令
-`win + x + i` 输入以下命令

使用示例:
```shell
cd d:/
d:/TmdTextEpub.exe -author 乱 -filename d:/全职法师.txt -match 第.{1,4}章
d:/TmdTextEpub.exe -author 乱 -filename d:/全职法师.txt
```

自定义章节匹配, 章节为`Section 1` ~ `Section 100` 这种:
```shell
cd d:/
d:/TmdTextEpub.exe -filename d:/ebbok.txt -match "Section \d+"
```

自定义章节匹配, 章节为`第x节` ~ `Section 100` 这种:
```shell
cd d:/
d:/TmdTextEpub.ex e-filename d:/ebbok.txt -match "第.{1,8}节"
```

### 手工构建
Expand Down

0 comments on commit 702efd4

Please sign in to comment.