Skip to content

moboa/tsundoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tsundoku

Tsundoku is a command-line manga downloader written in Go.

Supported sites

Installation

$ go get github.com/moboa/tsundoku
$ cd ~/go/src/github.com/moboa/tsundoku/cmd/tsundoku
$ go build
# Add the following line to .bashrc to use it beyond one terminal session
$ alias tsundoku='~/go/src/github.com/moboa/tsundoku/cmd/tsundoku'

Usage

tsundoku [--help/-h] [--version/-v] [--output/-o] [<url>]

For example,

$ tsundoku -o kuroko https://www.mangareader.net/kuroko-no-basket/1/2
Downloaded 56 pages from https://www.mangareader.net/kuroko-no-basket/1/2

will download chapter 1 of Kuroko No Basket, create a kuroko folder if one does not exists, and store the image files in that folder.

About

Command-line manga downloader written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages