Skip to content

Terminal client for MangaDex πŸ“–

License

Notifications You must be signed in to change notification settings

scott-tancock/mangadesk

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mangadesk - Terminal client for MangaDex πŸ“–

Download manga directly from your terminal to read!

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

Features ✨

  • Download chapters straight to your computer.
  • 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.

By default, all downloads are stored in a folder titled downloads, relative to where you run the application.

However, you can change this by changing the downloadDir field in the usr/usr_config.json file (this file only appears after running the application at least once!)

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.

For bleeding edge πŸ—‘ updates, 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/feature requests.

Contributing 🀝

Always welcome and appreciated :)

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

Learning points 🧠

  • Creating TUIs with tview/tcell.
  • Working with the filesystem in Golang.
  • Goroutines.
  • Go Project structure.

About

Terminal client for MangaDex πŸ“–

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%