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
|
||||
AddPanelView : false
|
||||
LimitMb : 200 Mb
|
||||
StripFirstDirectoryFromToc: true
|
||||
|
||||
TOC:
|
||||
- mymanga
|
||||
- Chapter 1
|
||||
- Chapter 2
|
||||
```
|
||||
|
||||
## Change default settings
|
||||
@ -149,6 +155,7 @@ Options:
|
||||
HasCover : true
|
||||
AddPanelView : false
|
||||
LimitMb : nolimit
|
||||
StripFirstDirectoryFromToc: false
|
||||
```
|
||||
|
||||
### Change default settings
|
||||
@ -170,8 +177,9 @@ Options:
|
||||
HasCover : true
|
||||
AddPanelView : false
|
||||
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
|
||||
@ -193,14 +201,16 @@ Options:
|
||||
HasCover : true
|
||||
AddPanelView : false
|
||||
LimitMb : 200 Mb
|
||||
StripFirstDirectoryFromToc: false
|
||||
|
||||
Saving to ~/.go-comic-converter.yaml
|
||||
Saving to /Users/vincent/.go-comic-converter.yaml
|
||||
```
|
||||
|
||||
### Check
|
||||
You can test the command dry above like
|
||||
```
|
||||
$ go-comic-converter -input ~/Downloads/mymanga.cbr -dry
|
||||
|
||||
Go Comic Converter
|
||||
|
||||
Options:
|
||||
@ -217,10 +227,16 @@ Options:
|
||||
AutoRotate : true
|
||||
AutoSplitDoublePage : true
|
||||
NoBlankPage : false
|
||||
Manga : true
|
||||
Manga : false
|
||||
HasCover : true
|
||||
AddPanelView : false
|
||||
LimitMb : 200 Mb
|
||||
StripFirstDirectoryFromToc: false
|
||||
|
||||
TOC:
|
||||
- mymanga
|
||||
- Chapter 1
|
||||
- Chapter 2
|
||||
```
|
||||
|
||||
### 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.
|
||||
-limitmb int
|
||||
Limit size of the ePub: Default nolimit (0), Minimum 20
|
||||
-strip
|
||||
Strip first directory from the TOC if only 1
|
||||
|
||||
Default config:
|
||||
-show
|
||||
|
Loading…
x
Reference in New Issue
Block a user