prsh11 / manga-cli

πŸ“– Script to read manga from cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manga CLI

Table of contents

Install

Check the dependencies

Mac

# dependencies 
brew tap zegervdv/zathura
brew install pup
brew install zathura 
brew install bash  # plugin requires new version of bash 4.xx, while macOS uses 3.xx

# cbz support
brew install zathura-cb  

# pdf support
brew install imagemagick
brew install zathura-pdf-mupdf

# install manga-cli
git clone https://github.com/prsh11/manga-cli.git && cd manga-cli
sudo cp manga-cli /usr/local/bin/manga-cli

Arch

yay -S manga-cli-git

Linux

Install dependencies with your respective package manager

git clone https://github.com/prsh11/manga-cli.git && cd manga-cli
sudo cp manga-cli /usr/local/bin/manga-cli

Uninstall

  • Linux & Mac: rm /usr/local/bin/manga-cli
  • Arch: yay -Rns manga-cli-git

Dependencies

PDF support

About

πŸ“– Script to read manga from cli

License:MIT License


Languages

Language:Shell 100.0%