Ubuntu Manpages

通過指定包含外掛代碼的文件來添加簡單外掛(例如,一個python腳本)

Run Python code.

偵測除錯目標

從 Windows 預設程式註冊 / 註銷 calibre。 --default-programs = (register|unregister)

執行calibre diff工具。例如: calibre-debug --diff file1 file2

Launch the calibre "Edit book" tool in debug mode.

Run the Python code in file.

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.

輸出所有calibre的資料 (books/settings/plugins)

執行啟用偵錯模式的GUI。偵錯記錄將於 stdout 與 stderr 。

以偵錯主控台啟動GUI,並將記錄日誌寫入到指定路徑,僅供內部使用,使用 -g選項啟動以偵錯主控台啟動GUI。

顯示此幫助信息並退出

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.

匯入以前匯出的calibre資料

查看指定目錄的 MOBI 文件

設定 calibre 環境時輸出路徑是必需的

將指定路徑的calibre SQLite 資料庫重新初始化,這對資料庫損毀有所幫助。

執行一個提供命令行介面的外掛。例如: calibre-debug -r "Add Books" -- file1 --option1-- 後方的內容將被當作參數傳遞給外掛。

原因是有執行中的 calibre 實體,如果有,應該將它關閉,注意如果有任何執行中的工作,它們會被直接中止,因此請小心使用。

Subset the specified font. Use -- after this option to pass option to the font subsetting program.

測試構建中的二進制模組

顯示程序版本號並退出

Run the E-book viewer in debug mode

Kovid Goyal

Kovid Goyal