newtonhonk / dosMarkable

CMD Batch script for the reMarkable tablet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USE AT OWN RISK. There are some commands that uses delete .! So be carefull! It also overwrites some files on the reMarkable. So be carefull again! I am not computer expert. I have amateurishly cobbled together this script. It can brick your system! So again ... be carefull!

dosMarkable

CMD.exe Batch script for the reMarkable tablet for Windows (tested on Windows 11)

This script uses only system commands to deal with the reMarkable tablet (https://remarkable.com).

It depends on:

It includes the following functions:

  • Upload and rename PDFs from a folder
  • Backup the document folder from the reMarkable tablet via SSH
  • Backup all files as PDF
  • Clear tombstone files after empty trash
  • Backup templates and splashscreens from the reMarkable tablet via SSH
  • SSH into the reMarkable tablet via SSH
  • Install templates and splashscreens (CAREFULL!!!! CURRENTLY OVERWRITES STUFF!!! CAN BRICK THE SYSTEM!)

My skills in creating .bat files are limited, so improvements are highly welcome.


Installation:

  1. Create a folder on your harddrive, for an example: C:\Users\USERNAME\PROGRAMMFOLDER\dosMarkable\
  2. Create the following folders:
  • Backup
  • Splashscreens
  • Templates
  • Upload
  • PDF
  • PDF / ALL
  1. Set
  2. Copy dosMarkable.bat where ever you want. Maybe in dosMarkable folder.
  3. Create a Alias for the dosMarkable.bat (if you like)
  4. Edit the dosMarkable.bat and setup the folders.

Screenshot

Screenshot

About

CMD Batch script for the reMarkable tablet

License:GNU General Public License v3.0


Languages

Language:Batchfile 100.0%