From c43b7759231aa56c39eb40c527bce51d541282fa Mon Sep 17 00:00:00 2001 From: lee2sman Date: Fri, 14 Jan 2022 13:56:42 -0500 Subject: [PATCH] add epubmobile function --- epubmobile.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 epubmobile.fish diff --git a/epubmobile.fish b/epubmobile.fish new file mode 100644 index 0000000..f35dbd1 --- /dev/null +++ b/epubmobile.fish @@ -0,0 +1,5 @@ +function epubmobile --description 'automatically download article to epub workflow' + # assuming bookmobile is executable (which you can set with chmod +x bookmobile + # change the location of bookmobile and the preferred output folder path to suit your own workflow/system + ~/Software/bookmobile/bookmobile $argv --format epub --output ~/Software/bookmobile/epubs/ +end