- --default-programs
- 從 Windows 預設程式註冊 /
註銷 calibre。 --default-programs =
(register|unregister)
- --diff
- 启动 calibre
diff工具。例如: calibre-debug
--diff file1 file2
- --edit-book
- Launch the calibre "Edit book" tool in debug mode.
As with -g use -- to pass command line arguments.
- --explode-book,
-x
- 将书解体到指定目录中。
用法: -x file.epub output_dir
将图书导出为HTML文件和元数据的集合,您可以使用标准HTML编辑工具对其进行编辑。该用法适用于EPUB、AZW3、HTMLZ和DOCX文件。
- --export-all-calibre-data
- Export all calibre data (books/settings/plugins). Normally, you will be
asked for the export folder and the libraries to export. You can also
specify them as command line arguments to skip the questions. Use absolute
paths for the export folder and libraries. The special keyword
"all" can be used to export all libraries.
Examples: calibre-debug --export-all-calibre-data # for interactive
use calibre-debug --export-all-calibre-data
/path/to/empty/export/folder /path/to/library/folder1 /path/to/library2
calibre-debug --export-all-calibre-data /export/folder all # export
all known libraries
- --gui, -g
- Run the GUI with debugging enabled. Debug output is printed to stdout and
stderr. To pass command line arguments use -- followed by the
arguments, for example: calibre-debug -g -- /path/to/ebook
- --gui-debug
- 以偵錯主控台啟動GUI,並將記錄日誌寫入到指定路徑,僅供內部使用,使用
-g選項啟動以偵錯主控台啟動GUI。
- --implode-book,
-i
- 聚合以前炸開過的書籍。
用法:-i output_dir file.epub 從 output_dir
的檔案中匯入該圖書,該檔案必須是由之前呼叫
--explode-book
建立的。一定要指定與炸開時使用的檔案類型相同的檔案類型。
- --kepubify
- Convert the specified EPUB file to KEPUB without doing a full conversion.
This is what the Kobo driver does when sending files to the device.
- --run-plugin, -r
- Run a plugin that provides a command line interface. For example:
calibre-debug -r "Plugin name" -- file1
--option1 Everything after the -- will be passed to the
plugin as arguments.
- --run-test,
-t
- Run the named test(s). Use the special value "all"
to run all tests. If the test name starts with a period it is assumed to
be a module name. If the test name starts with @ it is assumed to be a
category name.
- --un-kepubify
- Convert the specified KEPUB file to EPUB without doing a full conversion.
This is what the Kobo driver does when importing files from the
device.
- --viewer,
-w
- Run the E-book viewer in debug mode. As with -g use -- to pass
command line arguments.