mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-06-23 21:59:57 +02:00
update readme
This commit is contained in:
parent
b1eae59324
commit
deea0657bb
24
README.md
24
README.md
@ -126,6 +126,12 @@ Options:
|
|||||||
HasCover : true
|
HasCover : true
|
||||||
AddPanelView : false
|
AddPanelView : false
|
||||||
LimitMb : 200 Mb
|
LimitMb : 200 Mb
|
||||||
|
StripFirstDirectoryFromToc: true
|
||||||
|
|
||||||
|
TOC:
|
||||||
|
- mymanga
|
||||||
|
- Chapter 1
|
||||||
|
- Chapter 2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Change default settings
|
## Change default settings
|
||||||
@ -149,6 +155,7 @@ Options:
|
|||||||
HasCover : true
|
HasCover : true
|
||||||
AddPanelView : false
|
AddPanelView : false
|
||||||
LimitMb : nolimit
|
LimitMb : nolimit
|
||||||
|
StripFirstDirectoryFromToc: false
|
||||||
```
|
```
|
||||||
|
|
||||||
### Change default settings
|
### Change default settings
|
||||||
@ -170,8 +177,9 @@ Options:
|
|||||||
HasCover : true
|
HasCover : true
|
||||||
AddPanelView : false
|
AddPanelView : false
|
||||||
LimitMb : 200 Mb
|
LimitMb : 200 Mb
|
||||||
|
StripFirstDirectoryFromToc: false
|
||||||
|
|
||||||
Saving to ~/.go-comic-converter.yaml
|
Saving to /Users/vincent/.go-comic-converter.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
If you want to change a setting, you can change only one of them
|
If you want to change a setting, you can change only one of them
|
||||||
@ -193,14 +201,16 @@ Options:
|
|||||||
HasCover : true
|
HasCover : true
|
||||||
AddPanelView : false
|
AddPanelView : false
|
||||||
LimitMb : 200 Mb
|
LimitMb : 200 Mb
|
||||||
|
StripFirstDirectoryFromToc: false
|
||||||
|
|
||||||
Saving to ~/.go-comic-converter.yaml
|
Saving to /Users/vincent/.go-comic-converter.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Check
|
### Check
|
||||||
You can test the command dry above like
|
You can test the command dry above like
|
||||||
```
|
```
|
||||||
$ go-comic-converter -input ~/Downloads/mymanga.cbr -dry
|
$ go-comic-converter -input ~/Downloads/mymanga.cbr -dry
|
||||||
|
|
||||||
Go Comic Converter
|
Go Comic Converter
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
@ -217,10 +227,16 @@ Options:
|
|||||||
AutoRotate : true
|
AutoRotate : true
|
||||||
AutoSplitDoublePage : true
|
AutoSplitDoublePage : true
|
||||||
NoBlankPage : false
|
NoBlankPage : false
|
||||||
Manga : true
|
Manga : false
|
||||||
HasCover : true
|
HasCover : true
|
||||||
AddPanelView : false
|
AddPanelView : false
|
||||||
LimitMb : 200 Mb
|
LimitMb : 200 Mb
|
||||||
|
StripFirstDirectoryFromToc: false
|
||||||
|
|
||||||
|
TOC:
|
||||||
|
- mymanga
|
||||||
|
- Chapter 1
|
||||||
|
- Chapter 2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Reset default
|
### Reset default
|
||||||
@ -319,6 +335,8 @@ Config:
|
|||||||
Add an embeded panel view. On kindle you may not need this option as it is handled by the kindle.
|
Add an embeded panel view. On kindle you may not need this option as it is handled by the kindle.
|
||||||
-limitmb int
|
-limitmb int
|
||||||
Limit size of the ePub: Default nolimit (0), Minimum 20
|
Limit size of the ePub: Default nolimit (0), Minimum 20
|
||||||
|
-strip
|
||||||
|
Strip first directory from the TOC if only 1
|
||||||
|
|
||||||
Default config:
|
Default config:
|
||||||
-show
|
-show
|
||||||
|
Loading…
x
Reference in New Issue
Block a user