rmt

Toolkit to synchronize with the reMarkable eInk tablet


Keywords
remarkable-tablet
License
LGPL-2.0
Install
pip install rmt==0.1

Documentation

rmt

Python module and command line utilities to interact with the reMarkable tablet's cloud storage

Heavily reliant on prior work by Andreas Gohr, see his API documentation over here.

Usage

rmt is supposed to mimick the git work flow.

Initialization

You can initialize a new rmt repository using

mkdir Documents
rmt init Documents ONE-TIME-CODE

where the ONE-TIME-CODE can be obtained from reMarkable here.

Fetching the updates

You can fetch updated documents to your rmt repo, without overwriting the presently checked-out files. The command is

rmt fetch

Checking out the updates

You can check out all updates to your documents using

rmt checkout