From 9cd3d89b3343bda5bab094c5615441a31041f3f2 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 8 Apr 2020 09:38:56 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d619af9..ba3adb3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,13 @@ Main Features of EpubSplit Plugin: * Return to list of source EPUB sections after creating a new split EPUB. * Configure which metadata from source EPUB to copy to new eBook, now offering more of the standard metadata and custom columns. * Configurably populate a custom column with the source book title/author/etc. -* CLI via calibre-debug --run-plugin +* CLI via `calibre-debug --run-plugin EpubSplit -- [options] [line numbers...]` + +While EpubSplit doesn't have a `pip` package distribution, you can use it as a stand-alone CLI by downloading `epubsplit.py` and executing with python. However, I offer only minimal support for that option at this time. + +[NightMachinary](https://github.com/NightMachinary) has contributed a [zsh script for calling epubsplit.py](https://github.com/JimmXinu/EpubSplit/wiki/Automatic-EPUB-Splitting-(zsh-script)) + + [EpubSplit Calibre Plugin forum]: http://www.mobileread.com/forums/showthread.php?t=178799