Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lobre/rmuploader
Web app to upload files to the Remarkable Tablet
https://github.com/lobre/rmuploader
Last synced: 3 months ago
JSON representation
Web app to upload files to the Remarkable Tablet
- Host: GitHub
- URL: https://github.com/lobre/rmuploader
- Owner: lobre
- Created: 2019-06-29T15:25:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T18:50:25.000Z (over 4 years ago)
- Last Synced: 2024-04-24T18:25:14.169Z (7 months ago)
- Language: Go
- Size: 405 KB
- Stars: 55
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reMarkable - rmUploader - Simple web app to upload epub or pdf files to the reMarkable tablet via drag and drop. (GUI Clients / Launchers)
README
# rmuploader
Web app to upload files to the Remarkable Tablet.
## Upload PDF or EPUB
It aims to provide a simple way to drag and drop PDF and EPUB files to your Remarkable Tablet
from a Web interface. It can be useful when you don't have access to the official Remarkable application
or if you are running a Linux operating system (which does not have an official app).It is written in Go and it makes use of the latest `cloud` and `archive` packages introduced in `rmapi`. See:
- github.com/juruen/rmapi/cloud
- github.com/juruen/rmapi/archive## Send a webpage from a URL
This app also provides an input to submit an URL. The webpage is crawled, converted into PDF and sent to the device.
It uses wkhtmltopdf underneath so it should be installed for this feature to work.## How to launch the app
Get a one time code at https://my.remarkable.com/connect/remarkable.
Then launch it with Docker.docker run -ti --rm --name rmuploader -p 8080:8080 -e RMUPLOADER_CODE= lobre/rmuploader
## Screenshot
![screenshot](https://raw.githubusercontent.com/lobre/rmuploader/master/screenshot.png)