- --default-programs
- 從 Windows 預設程式註冊 /
註銷 calibre。 --default-programs =
(register|unregister)
- --diff
- 執行calibre
diff工具。例如: calibre-debug
--diff file1 file2
- --explode-book,
-x
- Explode the book into the specified directory. Usage: -x file.epub
output_dir Exports the book as a collection of HTML files and metadata,
which you can edit using standard HTML editing tools. Works with EPUB,
AZW3, HTMLZ and DOCX files.
- --export-all-calibre-data
- Export all calibre data (books/settings/plugins). Normally, you will be
asked for the export dir and the libraries to export. You can also specify
them as command line arguments to skip the questions. Use absolute paths
for the export directory and libraries. The special keyword
"all" can be used to export all libraries.
- --gui, -g
- 開啟偵錯模式介面。Debug將輸出至
stdout 與 stderr 。
- --gui-debug
- 以偵錯主控台啟動GUI,並將記錄日誌寫入到指定路徑,僅供內部使用,使用
-g選項啟動以偵錯主控台啟動GUI。
- --implode-book,
-i
- Implode a previously exploded book. Usage: -i output_dir file.epub Imports
the book from the files in output_dir which must have been created by a
previous call to --explode-book. Be sure to specify the same file
type as was used when exploding.
- --run-plugin, -r
- 執行一個提供命令行介面的外掛。例如:
calibre-debug -r "Add Books" -- file1
--option1 在 --
後方的內容將被當作參數傳遞給外掛。