- --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 folder. 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
- 匯出所有 calibre 資料
(書籍/設定/外掛)。通常,系統會要求您提供匯出資料夾和要匯出的資料庫。您還可以將它們指定為命令行參數以略過這些問題。使用匯出資料夾和資料庫的絕對路徑。特殊關鍵字「all」可用於匯出所有資料庫。
- --gui, -g
- 開啟偵錯模式介面。Debug將輸出至
stdout 與 stderr 。
- --gui-debug
- 以偵錯主控台啟動GUI,並將記錄日誌寫入到指定路徑,僅供內部使用,使用
-g選項啟動以偵錯主控台啟動GUI。
- --implode-book,
-i
- 聚合以前炸開過的書籍。
用法:-i output_dir file.epub 從 output_dir
的檔案中匯入該圖書,該檔案必須是由之前呼叫
--explode-book
建立的。一定要指定與炸開時使用的檔案類型相同的檔案類型。
- --run-plugin, -r
- 執行一個提供命令行介面的外掛。例如:
calibre-debug -r "Add Books" -- file1
--option1 在 --
後方的內容將被當作參數傳遞給外掛。