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.


Version 0.2.0-beta

If you're looking for some previously working code, check out previous version. I think it no longer works though.


Usage

There are 2 binaries now, the client mangadex-fsc and the daemon 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 quicksearch "Made In Abyss" 16482 Made in Abyss 38973 Made in Abyss Official Anthology 47082 Made in Abyss 47.X: Welcome Back 31677 Made In Abyss (Fan Colored) OK me@urmom ~> mangadex-fsc add manga 16482 Manga Made in Abyss has been added. OK

Notes