Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prsh11/manga-cli
📖 Script to read manga from cli
https://github.com/prsh11/manga-cli
bash cli command-line linux manga shell zsh
Last synced: 3 months ago
JSON representation
📖 Script to read manga from cli
- Host: GitHub
- URL: https://github.com/prsh11/manga-cli
- Owner: prsh11
- License: mit
- Created: 2022-01-02T04:41:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T00:52:04.000Z (about 1 year ago)
- Last Synced: 2024-06-30T14:48:44.908Z (4 months ago)
- Topics: bash, cli, command-line, linux, manga, shell, zsh
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 74
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manga CLI
## Table of contents- [Install](#Install)
- [Mac](#Mac)
- [Linux](#Linux)
- [Arch](#Arch)
- [Uninstall](#Uninstall)
- [Dependencies](#Dependencies)## Install
> Check the [dependencies](#dependencies)
### Mac
```bash
# 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
```bash
yay -S manga-cli-git
```
### Linux
> Install dependencies with your respective package manager
```bash
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
- [pup](https://github.com/ericchiang/pup)
- [zathura](https://github.com/pwmt/zathura)
- [zathura-cb](https://github.com/pwmt/zathura-cb)
- [curl](https://curl.se/)### PDF support
- [zathura-pdf-mupdf](https://github.com/pwmt/zathura-pdf-mupdf)
- [imagemagick](https://imagemagick.org/index.php)