prsh11 / manga-cli

📖 Script to read manga from cli
MIT License
80 stars 4 forks source link

[Feature Request]: pdf instead of cbz #13

Closed thamognya closed 2 years ago

thamognya commented 2 years ago

I would like to use this on a mac but zathura and zathura-cb don't work. Now this works perfectly on my Linux machine but I would like to try to use this on a mac. I am requesting a change of complication from cbz to pdf if possible or any recommendations for cbz viewers that can be accessed via the terminal like zathura.

fossimprove commented 2 years ago

Mentioning this #2

You can edit script for it. Refer this commit for it https://github.com/notprash/manga-cli/commit/ad7880457be9a9c020ca4ad680e4fab6b340a4b1

@notprash Maybe you could add both option to download to pdf or cbz with query (-p & -z) ? As some will prefer pdf as they are used everywhere

thamognya commented 2 years ago

I really like the idea of querying for pdf or cbz @fossimprove. Also thank you for the links, it helps me a lot.

prsh11 commented 2 years ago

Thanks for your feature request. I will add option for change the file type.

prsh11 commented 2 years ago

Mentioning this #2

You can edit script for it. Refer this commit for it ad78804

@notprash Maybe you could add both option to download to pdf or cbz with query (-p & -z) ? As some will prefer pdf as they are used everywhere

what about a variable in the script

file_format="cbz" # or pdf
thamognya commented 2 years ago

Well I have got my answer and understood what to do. Thank you for the support everyone.