Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This utility has been rewritten in Golang.

  • Because it is fast
  • Because it can be shipped as a single binary

Check out the Go version: https://github.com/lapwat/papeer

reCatchable

Turn a site into a book. Upload it to your reMarkable.

Install

❯ git clone https://gitlab.com/lapwat/reCatchable.git
❯ cd reCatchable
❯ yarn # or npm install

Usage

❯ ./index.js --help
Usage: ./index.js [options]

Options:
      --help        Show help                                                              [boolean]
      --version     Show version number                                                    [boolean]
  -u, --url         Home page url                                                [string] [required]
  -s, --selector    Table of content HTML selector                                          [string]
  -l, --limit       Limit the number of pages downloaded                                    [number]
  -d, --delay       Delay between each page download.                       [number] [default: null]
  -n, --name        Book name, defaults to Home page title                                  [string]
  -a, --author      Author                                      [string] [default: "Unknown author"]
      --upload      Upload book to reMarkable                             [boolean] [default: false]
  -t, --token-file  File to read/write reMarkable token       [string] [default: "remarkable.token"]

Examples:
  ./index.js -u https://www.halfbakedharvest.com/category/recipes -s 'h2 > a'
  ./index.js -u https://dev.to/ -s 'a[id*="article-link-"]' --upload
  ./index.js -u https://vitalik.ca/ -s '.post-link' -l 3 -d 5

Dependencies

Todo

  • Export to MOBI
  • Send to Kindle

About

Turn a site into a book. Download a whole website and upload it to your reMarkable.

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.