Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 806 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 806 Bytes

reMarkable-remtool

A simple CLI tool for transferring files to a reMarkable 2 tablet

WARNING! This codebase is very unstable!

Requirements

  • python 3.8+
  • reMarkable 2

NOTE: This tool has only been tested with python 3.11 and reMarkable 3.11+

Configuration

Copy remtool.cfg-dist to remtool.cfg and edit.

Config Option Purpose
reMarkableHostname IP, hostname, or SSH alias of reMarkable device

Usage

remtool.py

Usage:
  remtool.py ls [PATH]
  remtool.py put [-f] [-c | --clear] FILE [FOLDER]
  remtool.py show PATH
  remtool.py (-h | --help)
  remtool.py --version

Options:
  -f            Force overwrite if file already exists
  -c --clear    If forcing overwrite, clear annotations on files
  -h --help     Show this screen
  --version     Show version