We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e6ef2 commit b419abdCopy full SHA for b419abd
README.md
@@ -91,6 +91,12 @@ Merge multiple CBZ files into a single file:
91
cbz2epub -merge -output merged.cbz chapter1.cbz chapter2.cbz chapter3.cbz
92
```
93
94
+or just all files in the dir:
95
+
96
+```bash
97
+cbz2epub -merge -output merged.cbz chapter*.cbz
98
+```
99
100
If no output file is specified, the default name "merged.cbz" will be used:
101
102
```bash
0 commit comments