github

darylhjd / mangadesk

  • воскресенье, 16 мая 2021 г. в 00:27:15
https://github.com/darylhjd/mangadesk


Terminal client for MangaDex 📖



mangadesk - Terminal client for MangaDex 📖

Download manga directly from your terminal to read!

This client retrieves information straight from MangaDex's API.
As the API is still a WIP, some changes (probably breaking) might be expected.

Features

  • Read chapters straight on your computer after downloading them.
  • Login to keep track of your followed manga.
  • Keep track of already downloaded manga.
  • Download multiple chapters together.
  • Searching!
  • Responsive UI (kind of)
  • Written in Golang :)

Works for Windows/Linux/macOS.

Usage

Simply choose the chapters you want to read to download.

All downloads are stored in a folder titled downloads, which you will find in the same directory as where you run the application.

Keybindings

  • Ctrl + L : Login/Logout
  • Ctrl + K : Keybindings/Help
  • Ctrl + S : Search
  • Ctrl + E : Select multiple chapters
  • Esc : Going back

Installation

Check out the releases page for relevant files.

If you want, you may compile from source,

git clone https://github.com/darylhjd/mangadesk.git
cd mangadesk
go get -d ./...
go build

Issues

Check out the Issues page for current issues.

Planning... maybe?

  • Config files for personal settings (download folder, language selection etc...)
  • More download information (notify user when download finished, show downloaded chapters etc...)

Contributing

Always welcome and appreciated :)

Please take some time to familiarise yourself with the contributing guidelines.