This is a basic script that guides you to upload your current selected files in nemo or nautilus to the reMarkable tablet using the fabulous rMAPI as backend.
If you want to remember the remote folder, for the current folder you can check the checkbox and this folder will be remembered and you won't be asked the next time you upload a file from the folder or any other direct subfolder.
You can manually set the path for a folder by placing an .rmdir
file containing the remote folder name into it.
- Install rMAPI
- Install zenity
- Make sure to export the location of the rmapi binary and zenity to your
PATH
-variable:whereis rmapi
should yield a path to the binary
- Simply copy the files
send-to-rM.*
into~/.local/share/nemo/actions
- Simply copy the file
send-to-rM.sh
into~/.local/share/nemo/scripts
(or~/.local/share/nautilus/scripts
) You can name the file as you see fit.