add epubmobile function

This commit is contained in:
lee2sman 2022-01-14 13:56:42 -05:00
parent 69322462cd
commit c43b775923
1 changed files with 5 additions and 0 deletions

5
epubmobile.fish Normal file
View File

@ -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