Go to file
Sebastian Hugentobler 7e08cfb945
fix release link in readme
2022-03-13 12:19:12 +01:00
.idea cross compilation 2019-05-27 17:11:33 +02:00
cmd update import paths 2019-10-24 11:40:30 +02:00
pkg/ecload add tui 2019-05-28 16:35:01 +02:00
.gitignore update build process 2019-05-29 18:35:50 +02:00
.gitlab-ci.yml create releases manually for now 2019-06-11 11:55:18 +02:00
LICENSE initial commit 2019-01-28 12:28:08 +01:00
Makefile don't build 386 by default 2019-05-29 20:26:47 +02:00
README.md fix release link in readme 2022-03-13 12:19:12 +01:00
ecload fix release link in readme 2022-03-13 12:17:57 +01:00
ecload-tui fix release link in readme 2022-03-13 12:17:57 +01:00
ecload.iml change from rust to go as I could not figure out the image loading problem in rust 2019-05-27 16:52:48 +02:00
go.mod state after go mod tidy 2019-10-24 11:53:09 +02:00
go.sum state after go mod tidy 2019-10-24 11:53:09 +02:00
screenshot.png Upload screenshot of tui 2019-10-24 09:23:14 +00:00

README.md

ecload

A small tool to download books from https://www.e-codices.unifr.ch.

Download the latest build for your OS from the release page (darwin is for macOS). If you are unsure what to do with the files, you will probably want to try ecload-tui.

The basic text user interface
tui screenshot

Building from source

make

Output is at bin/ecload and bin/ecload-tui.

Usage

Usage: ecload [-o=<PATH>] [-s=<SIZE>] ID

Download books from https://www.e-codices.unifr.ch
                  
Arguments:        
  ID              ID of the book to download. Copy the last two url parts on the overview page to get it (for example bbb/0003).
                  
Options:          
  -v, --version   Show the version and exit
  -o, --out-dir   save pdf in PATH (default ".")
  -s, --size      Size of the downloaded images. One of small, medium, large, max. (default "medium")

License

Licensed as MPL 2.0