manga-cli
manga-cli copied to clipboard
📖 Bash script for reading mangas via the terminal
Right now I can only read one chapter at a time since it downloads the chapter then opens it with zathura, but can I download multiple chapters at the same...
So I wanted to try this to read the AoT manga because I don't feel like waiting. I tried downloading chapter 134/143 and it tries to open the document but...
When I run manga-cli and try to read a chapter, I get this error: ``` Unable to init server: Could not connect: Connection refused (zathura:15290): Gtk-WARNING **: 17:33:15.937: cannot open...
Some manga on manganato does not display on image server 1 you would have to switch to another image server to actually view it. So I would suggest add a...
Adds options to make all images in a pdf file the same size `-vv, --vertical` creates vertical images with `img2pdf --imgsize A4` `-hh, --horisontal` creates horisontal images with `img2pdf --imgsize...
Adds bulk download feature 1. Use `-d,--download-only` 2. Use `START STOP` during chapter selection. 3. You can use negative numbers to refer to chapters from the back Merges from #17
Adds more feature flag for a more flexible usage: * add `-d, --download-only` to only download the images * add `-i, image-output` to keep images instead of converting to pdf...
I was trying this out on my M1 macbook air without GNU coreutils installed and ran into a couple issues that are pretty easily fixed. `sed -n` behaves identically to...
mpr is like the AUR but for debian/ubuntu. its PKGBUILD is here https://mpr.makedeb.org/packages/manga-cli-git
Simpler options could have been cbz(=zip) or just image folders. mcomix can use image folders. The latest version of zathura can use image folders. A lot of comic viewers can...