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