reHackable / scripts

[ THIS PROJECT IS CURRENTLY ON HALT :( ] A set of bash scripts that may enhance your reMarkable experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

A set of bash scripts primarily aimed to increase productivity for Linux and OSX enthusiasts that own a reMarkable tablet.

The repository provides a broad range of scripts, ranging from simple patchers meant to fix obnoxious little flaws, all the way to push and pull scripts that can transfer documents from- and to the reMarkable from the bash command line.

For more information, please refer to the repo wiki.

Host

Host scripts are meant to be executed on the host device and will frequently require a connection the device either locally via USB, or wirelessly via SSH.

  • rezone.sh - Change/Update the timezone on the reMarkable
  • repush.sh - Transfer documents to the remarkable from the bash command line
  • repull.sh - Download documents and directories from the reMarkable
  • retext.sh - Revert EPUBs to their initial state
  • reclean.sh - Remove unwanted junk on your reMarkable
  • resnap.sh - Take a snapshot of the current display on the reMarkable
  • webui_invincibility.sh - Prevent the WebUI from disabling at boot

Client

All scripts that fall under this category are client-sided scripts. In other words, these scripts are executed on your reMarkable locally.

Common

All scripts that fall under this category can be executed on both host as well as client. Some scripts provided by this category may require to run on both device simultaneously.

About

[ THIS PROJECT IS CURRENTLY ON HALT :( ] A set of bash scripts that may enhance your reMarkable experience

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%