rmfuse
rmfuse copied to clipboard
FUSE access to the reMarkable Cloud
FUSE comes with a mount command `mount.fuse3` that allows mounting FUSE systems that would otherwise be mounted like rmfuse /mnt to be mounted like mount.fuse3 rmfuse /mnt The only requirement...
RMfuse could do the double-fork trick so it can keep running even when the launching terminal is killed. It looks like [python-daemon](https://pypi.org/project/python-daemon) is the recommended solution here.
Installed on openSUSE Tumbleweed 20211211 with Python 3.9 and python39-llfuse. I can do the intiial login, but then it hangs: ```DEBUG:llfuse:Initializing llfuse DEBUG:llfuse:Calling fuse_mount DEBUG:llfuse:Calling fuse_lowlevel_new FUSE library version: 2.9.9...
The new URL is https://my.remarkable.com/device/desktop/connect
I installed `rmfuse` and I had the one-time code request the first time but then the rmfuse program does not run properly : ➜ rpi rmfuse -vv rmk2 ``` /home/fernand/.local/lib/python3.9/site-packages/trio/_core/_multierror.py:502:...
So.. what I'm trying to do might be a bit ambitious. Basically, I am trying to sync the files from remarkable cloud to my Nextcloud server. Since fuse mounts into...
Can not finish rmfuse. PS I am sure that ~/remarkable exists How can I change remarkable token? └─$ rmfuse ~/remarkable -vv DEBUG:pyfuse3:Initializing pyfuse3 DEBUG:pyfuse3:Calling fuse_session_new FUSE library version: 3.10.3 DEBUG:pyfuse3:Calling...
Heya, thanks a lot for rmfuse, it's an amazing user experience for retrieving remarkable cloud files! I've noticed that with annot mode (the default), PDF highlights are not shown, as...
The IP 1.1.1.1 is not reachable in my country on port 80. To fix this, I propose actually checking, if the reMarkable service itself is online. This domain replies with...
Small but significant update to the documentation: When I attempted to run `pip install rmfuse` on my Fedora 39 image, it failed when it couldn't find `ft2build.h`. After some digging...