Skip to content
forked from stl3/manga-cli

πŸ“– Bash script for reading mangas via the terminal

License

Notifications You must be signed in to change notification settings

araya-k/manga-cli

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

preview.mp4

manga-cli

Bash script for reading mangas via the terminal by scraping manganato

Table of Contents

Usage

Bash script for reading mangas via the terminal

Usage:
	manga-cli [Option] [Manga Name]

Options:
	-h, --help		Print this help page
	-V, --version		Print version number
	-u, --update		Fetch latest version from the Github repository
	-f, --fullscreen	Open Zathura in fullscreen mode 
	-l, --last-session    	Open last session
	-c, --cache-size	Print cache size ($HOME/.cache/manga-cli)
	-C, --clear-cache	Clear cache ($HOME/.cache/manga-cli)

Install

Arch Linux

Use the AUR helper of your choice or install manga-cli-git manually

Use the following commands when using yay or paru:

yay -S manga-cli-git
paru -S manga-cli-git

Linux

Install dependencies (See below)

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

Dependencies

  • GNU coreutils (ls, tr, rm, du, cat, mkdir)
  • GNU diffutils (diff)
  • GNU patch
  • GNU gawk (awk)
  • GNU sed
  • curl
  • git
  • img2pdf
  • zathura
  • zathura-pdf-mupdf OR zathura-pdf-poppler

About

πŸ“– Bash script for reading mangas via the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%