mangadex-fs crates.io

FUSE driver for your weeb needs.

This is a basic implementation of FUSE driver utilising MangaDex undocumented API. Manga information, chapters and individual pages are cached in memory so repeated requests don't accidently DDOS the server.


Usage

mangadex-fs consists of 2 binaries, the client part mangadex-fsc and the daemon part mangadex-fsd.

  1. cargo install mangadex-fs (or clone this repo),
  2. checkout mangadex-fsc --help / mangadex-fsd --help (or cargo run --release --bin mangadex-fsc -- --help) on how to use,
  3. please don't abuse MangaDex server, use with consideration,
  4. have fun reading.

Short example: console urmom@gay ~> mkdir ~/Manga urmom@gay ~> mangadex-fsd ~/Manga console urmom@gay ~> mangadex-fsc login -u <username> -p <password> OK urmom@gay ~> mangadex-fsc search --author "Dowman Sayman" --include anthology supernatural 4261 Nickelodeon │ Dowman Sayman │ Not followed │ 2 mo ago 20563 Melancholia │ Dowman Sayman │ Not followed │ 2 mo ago OK urmom@gay ~> mangadex-fsc manga add 20563 Manga Melancholia has been added. OK

Notes