.. _calibre-customize-en: .. raw:: html ``calibre-customize`` =================================================================== .. code-block:: none calibre-customize options Customize calibre by loading external plugins. Whenever you pass arguments to :command:`calibre-customize` that have spaces in them, enclose the arguments in quotation marks. For example: "/some path/with spaces" [options] ---------------------------------------- .. program:: calibre-customize .. option:: --add-plugin, -a Add a plugin by specifying the path to the ZIP file containing it. .. option:: --build-plugin, -b For plugin developers: Path to the folder where you are developing the plugin. This command will automatically zip up the plugin and update it in calibre. .. option:: --customize-plugin Customize plugin. Specify name of plugin and customization string separated by a comma. The customization string is the same as you would enter when customizing the plugin in the main calibre GUI. .. option:: --disable-plugin Disable the named plugin .. option:: --enable-plugin Enable the named plugin .. option:: --help, -h show this help message and exit .. option:: --list-plugins, -l List all installed plugins .. option:: --remove-plugin, -r Remove a custom plugin by name. Has no effect on builtin plugins .. option:: --version show program\ ``'``\ s version number and exit