All Projects → lschwetlick → Rmsync

lschwetlick / Rmsync

Licence: gpl-3.0
A script for synchronizing the reMarkable e-reader

Projects that are alternatives of or similar to Rmsync

Sudo rm rf
Code for SuDoRm-Rf networks for efficient audio source separation. SuDoRm-Rf stands for SUccessive DOwnsampling and Resampling of Multi-Resolution Features which enables a more efficient way of separating sources from mixtures.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Efficientnet Gradcam Visualization
EfficientNet-GradCam Visualization
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Deconfounder tutorial
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Decisiveml
Machine learning end-to-end research and trade execution
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Competitions
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Bootcamp2019
Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSE Lab Boot Camp 2019
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Deeplearning Nlp Models
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Otml ds3 2018
Practical sessions for the Optimal Transport and Machine learning course at DS3 2018
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Processamento Digital De Sinais Financeiros
Estabelecer competências em técnicas quantitativas aplicadas ao mercado de renda variável, por meio da aplicação dos métodos de processamento digital de séries temporais.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Pneumonia Detection From Chest X Ray Images With Deep Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Icpr2020dfdc
Video Face Manipulation Detection Through Ensemble of CNNs
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Iba Paper Code
Code for the Paper "Restricting the Flow: Information Bottlenecks for Attribution"
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Vehicle Trajectory Prediction On Ngsim
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Learners Space
This repository contains all the content for these courses to be covered in Learner's Space -
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Indonesian Language Models
Indonesian Language Models and its Usage
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Recsyspuc 2020
Material del curso de Sistemas Recomendadores IIC3633 PUC Chile
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Pico
Object Detection and Analysis Made easy using Raspberry Pi, Apache Kafka, AWS Rekognition & Docker
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Net Analysis
Tools, libraries and applications to analyze network measurements and detect interference.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Machine Learning Notes
A repository to save my machine learning notes.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook

rMsync

Synchronization script for the reMarkable e-reader. The idea is to have a "Library" folder on your PC which is synchronized with the reMarkable. When new files appear in this local directory this script will push them over to the rM. When files are edited, created or annotated on the rM they get converted to .pdf (from .rm) and copied back to the Library folder (with the suffix "_annot"). Notes are also converted to PDF and saved to a Notes directory (and not reuploaded).

The file structure might look like this:

|--Literature
    |--Papers
    |--Books
    |--Notes

Adjust the paths at the top of the script!

Requirements

Usage

usage: sync.py [-b] [-c] [-u] [-d] [-l]

optional arguments:
  -b, --backup                        download files from the connected rM
  -c, --convert                       convert the backed up lines files to annotated pdfs and notes
  -u, --upload                        upload new files from the library directory to the rM
  -d, --dry_upload                    runs upload function but without actually pushing anything (just for debugging)
  -p --purge                          delete old backup before making new backup

Example

python3 sync.py -bcu #backup, convert and upload: full sync

Notes

  • 8.4.2020 updated to work with rM version 2.0.2
  • 10.6.2019 some more explanation of this code on my blog
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].