rmapi
rmapi copied to clipboard
Go app that allows you to access your reMarkable tablet files through the Cloud API
I was seeing build errors on a new Macbook, and this fixes it.
When I upload a file with ".pdf" (or ".epub") extension with rmapi's put command it uploads sucessfully but drops the suffix on the server. E.g. ```bash me@myhost:/tmp/rmapi$ ls -l total...
I don't know `go`. So I followed the installation directions and got: ``` $ GO111MODULE=on go get github.com/juruen/rmapi@latest go get: package github.com/juruen/rmapi is in the main module, so can't request...
Think you need a WORKDIR /home/app in the Dockerfile to fix it
Hello! Thank you so much for this awesome CLI, it's a huge help in my workflow for using the remarkable. Is there a way to turn off the warning that...
Remarkable 2.14 [added support for tags](https://support.remarkable.com/hc/en-us/articles/5541703356317-Tags), I could imagine a lot of nice applications if this would be support in rmapi if the api does allow for it.
Some commands do not need full initialization of context and could run/return instantly. `rmapi version` is an obvious example. `rmapi help` is another one is it possible to delay initialization...
It looks like it is possible now to use colours when drawing or annotating PDFs with certain tools, however `geta` produces an entirely black-and-white PDF.
Hi, I have a sync job that runs regularly to backup my Remarkable content. Since the last update, I'm getting errors on a few of my older files like this:...
I'm currently working on a little file syncing script, and I just noticed that when running the `stat` command, `rmapi` reports the correct modified time (as according to the metadata...