From f166650b721df1fd973e9853892606993b231c59 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Sun, 7 Feb 2021 22:09:48 -0800 Subject: [PATCH 1/5] Fix whitespace errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53c0ae5..7a8e18f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Take special care if you are using a reMarkable 2: - [lines-are-rusty](https://github.com/ax3l/lines-are-rusty) - Rust File API for the reMarkable tablet. - [fc-rM](https://github.com/artagnon/FreelyCommute/tree/master/rM) - C++ Parser for the .rM v5 format. - [reMarkableAPI](https://github.com/splitbrain/ReMarkableAPI) - Docs and implementation of the reMarkable file sync API. -- [reMarkable-layers](https://github.com/bsdz/remarkable-layers) - Python API for reading & writing reMarkable Lines format. Supports very basic conversion of PDFs and SVGs to Lines format. +- [reMarkable-layers](https://github.com/bsdz/remarkable-layers) - Python API for reading & writing reMarkable Lines format. Supports very basic conversion of PDFs and SVGs to Lines format. - [reMarkable-typescript](https://github.com/Ogdentrod/reMarkable-typescript) - TypeScript API for reMarkable Cloud. - [rMAPI](https://github.com/juruen/rmapi) - ReMarkable Cloud Go API. - [rmapy](https://github.com/subutux/rmapy) - ReMarkable Cloud Python API. @@ -96,7 +96,7 @@ Take special care if you are using a reMarkable 2: - [paper2reMarkable](https://github.com/GjjvdBurg/paper2remarkable) - Download an academic paper or HTML article, crop it, and send it to the reMarkable with a single command. - [Parabola-rM](http://www.davisr.me/projects/parabola-rm/) - A Desktop GNU/Linux-libre replacement OS with fast partial refreshing and USB OTG. - [pocket2rm](https://github.com/glidergeek/pocket2rm) - Synchronize articles from read-later platform pocket in PDF and epub. -- [remailable](https://github.com/j6k4m8/remailable) - Email PDFs directly to your reMarkable. ([Free publicly-hosted version available](https://remailable.getneutrality.org/)). +- [remailable](https://github.com/j6k4m8/remailable) - Email PDFs directly to your reMarkable. ([Free publicly-hosted version available](https://remailable.getneutrality.org/)). - [reHackable/maxio](https://github.com/reHackable/maxio) - Companion daemon for the reMarkable paper tablet. - [reHackable/scripts](https://github.com/reHackable/scripts) - A set of bash scripts that may enhance your reMarkable experience. - [reMarkable_entware](http://github.com/evidlo/remarkable_entware) - Package manager for reMarkable. Install common Unix utilities through the command line. @@ -120,7 +120,7 @@ Take special care if you are using a reMarkable 2: ## Screen Sharing/Streaming -- [pipes and paper](https://gitlab.com/afandian/pipes-and-paper) - Stream pen strokes to browser canvas via websockets ([blog post](https://blog.afandian.com/2020/10/pipes-and-paper-remarkable/)). Uses Python and SSH, nothing to compile or install on the reMarkable device. +- [pipes and paper](https://gitlab.com/afandian/pipes-and-paper) - Stream pen strokes to browser canvas via websockets ([blog post](https://blog.afandian.com/2020/10/pipes-and-paper-remarkable/)). Uses Python and SSH, nothing to compile or install on the reMarkable device. - [pipes and rust](https://github.com/AnyTimeTraveler/pipes-and-rust) - (Made for rM2) Stream pen strokes to browser. A single executable on the reMarkable that hosts a tiny webserver in the local WLAN. - [reStream](https://github.com/rien/reStream) - Stream your reMarkable screen over SSH. - [rMview](https://github.com/bordaigorl/rmview) - A fast GUI to stream your reMarkable screen over vanilla-SSH or VNC. From ad1afaeb13f55f5f51016364856919b036d70893 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Sun, 7 Feb 2021 22:12:38 -0800 Subject: [PATCH 2/5] Fix ToC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a8e18f..81997c7 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Take special care if you are using a reMarkable 2: - [APIs](#apis) - [Applications](#applications) -- - [Games](#games) -- - [Launchers](#launchers) + - [Games](#games) + - [Launchers](#launchers) - [Cloud Tools](#cloud-tools) - [Device Tools](#device-tools) - [GUI Clients](#gui-clients) From 78d11fca2b7ececef8798383350448e4c2913266 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Sun, 7 Feb 2021 22:55:43 -0800 Subject: [PATCH 3/5] Add shields to all Github projects The shields.py script automates this. It is idempotent, so it can be run as often as necessary. --- README.md | 544 +++++++++++++++++++++++++++++++++++++++++++++++++++++ shields.py | 32 ++++ 2 files changed, 576 insertions(+) create mode 100644 shields.py diff --git a/README.md b/README.md index 81997c7..6ff0219 100644 --- a/README.md +++ b/README.md @@ -30,36 +30,196 @@ Take special care if you are using a reMarkable 2: ## APIs - [google-drive-remarkable-sync](https://github.com/bsdz/google-drive-remarkable-sync) - Apps Script API for reMarkable Cloud. Includes Synchronizer capability to automate mirroring of documents from Google Drive to reMarkable Cloud. + + + ![Github stars](https://shields.io/github/stars/bsdz/google-drive-remarkable-sync?style=social) + ![Languages](https://shields.io/github/languages/top/bsdz/google-drive-remarkable-sync) + ![License](https://shields.io/github/license/bsdz/google-drive-remarkable-sync) + ![Last commit](https://shields.io/github/last-commit/bsdz/google-drive-remarkable-sync) + ![Issues](https://shields.io/github/issues/bsdz/google-drive-remarkable-sync) + - [jrmapi](https://github.com/jlarriba/jrmapi) - A Java API for the reMarkable Cloud. + + + ![Github stars](https://shields.io/github/stars/jlarriba/jrmapi?style=social) + ![Languages](https://shields.io/github/languages/top/jlarriba/jrmapi) + ![License](https://shields.io/github/license/jlarriba/jrmapi) + ![Last commit](https://shields.io/github/last-commit/jlarriba/jrmapi) + ![Issues](https://shields.io/github/issues/jlarriba/jrmapi) + - [libreMarkable](https://github.com/canselcik/libremarkable) - A framework for developing applications with native refresh support for reMarkable Tablet. + + + ![Github stars](https://shields.io/github/stars/canselcik/libremarkable?style=social) + ![Languages](https://shields.io/github/languages/top/canselcik/libremarkable) + ![License](https://shields.io/github/license/canselcik/libremarkable) + ![Last commit](https://shields.io/github/last-commit/canselcik/libremarkable) + ![Issues](https://shields.io/github/issues/canselcik/libremarkable) + - [lines-are-beautiful](https://github.com/ax3l/lines-are-beautiful) - C++ File API for the reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/ax3l/lines-are-beautiful?style=social) + ![Languages](https://shields.io/github/languages/top/ax3l/lines-are-beautiful) + ![License](https://shields.io/github/license/ax3l/lines-are-beautiful) + ![Last commit](https://shields.io/github/last-commit/ax3l/lines-are-beautiful) + ![Issues](https://shields.io/github/issues/ax3l/lines-are-beautiful) + - [lines-are-rusty](https://github.com/ax3l/lines-are-rusty) - Rust File API for the reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/ax3l/lines-are-rusty?style=social) + ![Languages](https://shields.io/github/languages/top/ax3l/lines-are-rusty) + ![License](https://shields.io/github/license/ax3l/lines-are-rusty) + ![Last commit](https://shields.io/github/last-commit/ax3l/lines-are-rusty) + ![Issues](https://shields.io/github/issues/ax3l/lines-are-rusty) + - [fc-rM](https://github.com/artagnon/FreelyCommute/tree/master/rM) - C++ Parser for the .rM v5 format. + + + ![Github stars](https://shields.io/github/stars/artagnon/FreelyCommute?style=social) + ![Languages](https://shields.io/github/languages/top/artagnon/FreelyCommute) + ![License](https://shields.io/github/license/artagnon/FreelyCommute) + ![Last commit](https://shields.io/github/last-commit/artagnon/FreelyCommute) + ![Issues](https://shields.io/github/issues/artagnon/FreelyCommute) + - [reMarkableAPI](https://github.com/splitbrain/ReMarkableAPI) - Docs and implementation of the reMarkable file sync API. + + + ![Github stars](https://shields.io/github/stars/splitbrain/ReMarkableAPI?style=social) + ![Languages](https://shields.io/github/languages/top/splitbrain/ReMarkableAPI) + ![License](https://shields.io/github/license/splitbrain/ReMarkableAPI) + ![Last commit](https://shields.io/github/last-commit/splitbrain/ReMarkableAPI) + ![Issues](https://shields.io/github/issues/splitbrain/ReMarkableAPI) + - [reMarkable-layers](https://github.com/bsdz/remarkable-layers) - Python API for reading & writing reMarkable Lines format. Supports very basic conversion of PDFs and SVGs to Lines format. + + + ![Github stars](https://shields.io/github/stars/bsdz/remarkable-layers?style=social) + ![Languages](https://shields.io/github/languages/top/bsdz/remarkable-layers) + ![License](https://shields.io/github/license/bsdz/remarkable-layers) + ![Last commit](https://shields.io/github/last-commit/bsdz/remarkable-layers) + ![Issues](https://shields.io/github/issues/bsdz/remarkable-layers) + - [reMarkable-typescript](https://github.com/Ogdentrod/reMarkable-typescript) - TypeScript API for reMarkable Cloud. + + + ![Github stars](https://shields.io/github/stars/Ogdentrod/reMarkable-typescript?style=social) + ![Languages](https://shields.io/github/languages/top/Ogdentrod/reMarkable-typescript) + ![License](https://shields.io/github/license/Ogdentrod/reMarkable-typescript) + ![Last commit](https://shields.io/github/last-commit/Ogdentrod/reMarkable-typescript) + ![Issues](https://shields.io/github/issues/Ogdentrod/reMarkable-typescript) + - [rMAPI](https://github.com/juruen/rmapi) - ReMarkable Cloud Go API. + + + ![Github stars](https://shields.io/github/stars/juruen/rmapi?style=social) + ![Languages](https://shields.io/github/languages/top/juruen/rmapi) + ![License](https://shields.io/github/license/juruen/rmapi) + ![Last commit](https://shields.io/github/last-commit/juruen/rmapi) + ![Issues](https://shields.io/github/issues/juruen/rmapi) + - [rmapy](https://github.com/subutux/rmapy) - ReMarkable Cloud Python API. + + + ![Github stars](https://shields.io/github/stars/subutux/rmapy?style=social) + ![Languages](https://shields.io/github/languages/top/subutux/rmapy) + ![License](https://shields.io/github/license/subutux/rmapy) + ![Last commit](https://shields.io/github/last-commit/subutux/rmapy) + ![Issues](https://shields.io/github/issues/subutux/rmapy) + - [rmfakecloud](https://github.com/ddvk/rmfakecloud) - Fake Cloud Sync, server implementation of the Cloud API. + + + ![Github stars](https://shields.io/github/stars/ddvk/rmfakecloud?style=social) + ![Languages](https://shields.io/github/languages/top/ddvk/rmfakecloud) + ![License](https://shields.io/github/license/ddvk/rmfakecloud) + ![Last commit](https://shields.io/github/last-commit/ddvk/rmfakecloud) + ![Issues](https://shields.io/github/issues/ddvk/rmfakecloud) + ## Applications - [harmony](https://rmkit.dev/apps/harmony) - a low latency sketching app with procedural brushes. - [KOReader](https://github.com/koreader/koreader) - An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats. + + + ![Github stars](https://shields.io/github/stars/koreader/koreader?style=social) + ![Languages](https://shields.io/github/languages/top/koreader/koreader) + ![License](https://shields.io/github/license/koreader/koreader) + ![Last commit](https://shields.io/github/last-commit/koreader/koreader) + ![Issues](https://shields.io/github/issues/koreader/koreader) + - [darvin/plato](https://github.com/darvin/plato) [LinusCDE/plato](https://github.com/LinusCDE/plato) - Plato reader port. Supports pdfs, epubs, many other formats. + + + ![Github stars](https://shields.io/github/stars/darvin/plato?style=social) + ![Languages](https://shields.io/github/languages/top/darvin/plato) + ![License](https://shields.io/github/license/darvin/plato) + ![Last commit](https://shields.io/github/last-commit/darvin/plato) + ![Issues](https://shields.io/github/issues/darvin/plato) + - [reMarkable keywriter](https://github.com/dps/remarkable-keywriter) - A distraction free keyboard notes app. + + + ![Github stars](https://shields.io/github/stars/dps/remarkable-keywriter?style=social) + ![Languages](https://shields.io/github/languages/top/dps/remarkable-keywriter) + ![License](https://shields.io/github/license/dps/remarkable-keywriter) + ![Last commit](https://shields.io/github/last-commit/dps/remarkable-keywriter) + ![Issues](https://shields.io/github/issues/dps/remarkable-keywriter) + - [reMarkable wikipedia](https://github.com/dps/remarkable-wikipedia) - Offline wikipedia reader for reMarkable. + + + ![Github stars](https://shields.io/github/stars/dps/remarkable-wikipedia?style=social) + ![Languages](https://shields.io/github/languages/top/dps/remarkable-wikipedia) + ![License](https://shields.io/github/license/dps/remarkable-wikipedia) + ![Last commit](https://shields.io/github/last-commit/dps/remarkable-wikipedia) + ![Issues](https://shields.io/github/issues/dps/remarkable-wikipedia) + ### Games - [chessMarkable](https://github.com/LinusCDE/chessmarkable) - Play chess against a bot or a friend. + + + ![Github stars](https://shields.io/github/stars/LinusCDE/chessmarkable?style=social) + ![Languages](https://shields.io/github/languages/top/LinusCDE/chessmarkable) + ![License](https://shields.io/github/license/LinusCDE/chessmarkable) + ![Last commit](https://shields.io/github/last-commit/LinusCDE/chessmarkable) + ![Issues](https://shields.io/github/issues/LinusCDE/chessmarkable) + - [minesweeper](https://rmkit.dev/apps/minesweeper) - A mine detection game. - [retris](https://github.com/LinusCDE/retris) - Play a clone of the popular block stacking game with either buttons or swipe guestures. + + + ![Github stars](https://shields.io/github/stars/LinusCDE/retris?style=social) + ![Languages](https://shields.io/github/languages/top/LinusCDE/retris) + ![License](https://shields.io/github/license/LinusCDE/retris) + ![Last commit](https://shields.io/github/last-commit/LinusCDE/retris) + ![Issues](https://shields.io/github/issues/LinusCDE/retris) + ### Launchers - [draft-reMarkable](https://github.com/dixonary/draft-reMarkable) - A launcher for the reMarkable tablet, which wraps around the standard interface. + + + ![Github stars](https://shields.io/github/stars/dixonary/draft-reMarkable?style=social) + ![Languages](https://shields.io/github/languages/top/dixonary/draft-reMarkable) + ![License](https://shields.io/github/license/dixonary/draft-reMarkable) + ![Last commit](https://shields.io/github/last-commit/dixonary/draft-reMarkable) + ![Issues](https://shields.io/github/issues/dixonary/draft-reMarkable) + - [oxide](https://github.com/Eeems/oxide/releases) - A launcher application for the reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/Eeems/oxide?style=social) + ![Languages](https://shields.io/github/languages/top/Eeems/oxide) + ![License](https://shields.io/github/license/Eeems/oxide) + ![Last commit](https://shields.io/github/last-commit/Eeems/oxide) + ![Issues](https://shields.io/github/issues/Eeems/oxide) + - [remux](https://rmkit.dev/apps/remux) - A multi-tasking launcher for the reMarkable tablet. @@ -67,72 +227,456 @@ Take special care if you are using a reMarkable 2: - [CUPS Printing](https://ofosos.org/2018/10/22/printing-to-remarkable-cloud-from-cups/) - Script to print directly to reMarkable Cloud from CUPS using rMAPI. - [rM-sync](https://github.com/simonschllng/rm-sync) - Sync script for reMarkable paper tablet. + + + ![Github stars](https://shields.io/github/stars/simonschllng/rm-sync?style=social) + ![Languages](https://shields.io/github/languages/top/simonschllng/rm-sync) + ![License](https://shields.io/github/license/simonschllng/rm-sync) + ![Last commit](https://shields.io/github/last-commit/simonschllng/rm-sync) + ![Issues](https://shields.io/github/issues/simonschllng/rm-sync) + - [reMarkable_syncthing](http://github.com/evidlo/remarkable_syncthing) - Syncthing on reMarkable. - [zotero-reMarkable](https://github.com/michaelmior/zotero-remarkable) - Script to sync PDFs from the [Zotero](https://www.zotero.org/) reference manager. + + + ![Github stars](https://shields.io/github/stars/michaelmior/zotero-remarkable?style=social) + ![Languages](https://shields.io/github/languages/top/michaelmior/zotero-remarkable) + ![License](https://shields.io/github/license/michaelmior/zotero-remarkable) + ![Last commit](https://shields.io/github/last-commit/michaelmior/zotero-remarkable) + ![Issues](https://shields.io/github/issues/michaelmior/zotero-remarkable) + - [sync_zotero_remarkable](https://github.com/danijoo/sync_zotero_remarkable) - Sync PDFs from Zotero to Remarkable. + + + ![Github stars](https://shields.io/github/stars/danijoo/sync_zotero_remarkable?style=social) + ![Languages](https://shields.io/github/languages/top/danijoo/sync_zotero_remarkable) + ![License](https://shields.io/github/license/danijoo/sync_zotero_remarkable) + ![Last commit](https://shields.io/github/last-commit/danijoo/sync_zotero_remarkable) + ![Issues](https://shields.io/github/issues/danijoo/sync_zotero_remarkable) + ## Device Tools - [ReCept](https://github.com/funkey/recept/) - Fix for the rM2 jagged line issue. + + + ![Github stars](https://shields.io/github/stars/funkey/recept?style=social) + ![Languages](https://shields.io/github/languages/top/funkey/recept) + ![License](https://shields.io/github/license/funkey/recept) + ![Last commit](https://shields.io/github/last-commit/funkey/recept) + ![Issues](https://shields.io/github/issues/funkey/recept) + ## GUI Clients - [asTounding](https://github.com/jlarriba/astounding) - A multiplatform GUI application for the reMarkable cloud, including Linux. + + + ![Github stars](https://shields.io/github/stars/jlarriba/astounding?style=social) + ![Languages](https://shields.io/github/languages/top/jlarriba/astounding) + ![License](https://shields.io/github/license/jlarriba/astounding) + ![Last commit](https://shields.io/github/last-commit/jlarriba/astounding) + ![Issues](https://shields.io/github/issues/jlarriba/astounding) + - [RemaDroid](https://play.google.com/store/apps/details?id=org.remadroid) - An alternative Android app to upload documents, webpages or images to the reMarkable tablet. - [RemaPy](https://github.com/peerdavid/remapy) - GUI to browse, download/upload files and backup the tablet (also on Linux) using the cloud. + + + ![Github stars](https://shields.io/github/stars/peerdavid/remapy?style=social) + ![Languages](https://shields.io/github/languages/top/peerdavid/remapy) + ![License](https://shields.io/github/license/peerdavid/remapy) + ![Last commit](https://shields.io/github/last-commit/peerdavid/remapy) + ![Issues](https://shields.io/github/issues/peerdavid/remapy) + - [reMarkable-assistant](https://github.com/richeymichael/remarkable-assistant) - Manage templates, splash screens, and settings on your reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/richeymichael/remarkable-assistant?style=social) + ![Languages](https://shields.io/github/languages/top/richeymichael/remarkable-assistant) + ![License](https://shields.io/github/license/richeymichael/remarkable-assistant) + ![Last commit](https://shields.io/github/last-commit/richeymichael/remarkable-assistant) + ![Issues](https://shields.io/github/issues/richeymichael/remarkable-assistant) + - [reMarkable Connection Utility (RCU)](http://www.davisr.me/projects/rcu/) - A cross-platform client for offline management of backups, screenshots, notebooks, templates, wallpaper, and third-party software. - [reMarkable-hyutilities](https://github.com/moovida/remarkable-hyutilities) - A GUI written in java to backup your device, upload templates and modify splash screens. + + + ![Github stars](https://shields.io/github/stars/moovida/remarkable-hyutilities?style=social) + ![Languages](https://shields.io/github/languages/top/moovida/remarkable-hyutilities) + ![License](https://shields.io/github/license/moovida/remarkable-hyutilities) + ![Last commit](https://shields.io/github/last-commit/moovida/remarkable-hyutilities) + ![Issues](https://shields.io/github/issues/moovida/remarkable-hyutilities) + - [ReMy](https://github.com/bordaigorl/remy) - A GUI to browse, preview documents, export documents with custom settings, all via SSH (no cloud needed); works from local raw backups too. + + + ![Github stars](https://shields.io/github/stars/bordaigorl/remy?style=social) + ![Languages](https://shields.io/github/languages/top/bordaigorl/remy) + ![License](https://shields.io/github/license/bordaigorl/remy) + ![Last commit](https://shields.io/github/last-commit/bordaigorl/remy) + ![Issues](https://shields.io/github/issues/bordaigorl/remy) + - [rMExplorer](https://github.com/bruot/pyrmexplorer/wiki) - GUI to browse, download/upload files and backup the tablet without using the cloud. + + + ![Github stars](https://shields.io/github/stars/bruot/pyrmexplorer?style=social) + ![Languages](https://shields.io/github/languages/top/bruot/pyrmexplorer) + ![License](https://shields.io/github/license/bruot/pyrmexplorer) + ![Last commit](https://shields.io/github/last-commit/bruot/pyrmexplorer) + ![Issues](https://shields.io/github/issues/bruot/pyrmexplorer) + - [rmUploader](https://github.com/lobre/rmuploader) - Simple web app to upload epub or pdf files to the reMarkable tablet via drag and drop. + + + ![Github stars](https://shields.io/github/stars/lobre/rmuploader?style=social) + ![Languages](https://shields.io/github/languages/top/lobre/rmuploader) + ![License](https://shields.io/github/license/lobre/rmuploader) + ![Last commit](https://shields.io/github/last-commit/lobre/rmuploader) + ![Issues](https://shields.io/github/issues/lobre/rmuploader) + ## Other - [Crazy Cow](https://github.com/machinelevel/sp425-crazy-cow) - Typewriter input from USB keyboard directly into reMarkable interface. + + + ![Github stars](https://shields.io/github/stars/machinelevel/sp425-crazy-cow?style=social) + ![Languages](https://shields.io/github/languages/top/machinelevel/sp425-crazy-cow) + ![License](https://shields.io/github/license/machinelevel/sp425-crazy-cow) + ![Last commit](https://shields.io/github/last-commit/machinelevel/sp425-crazy-cow) + ![Issues](https://shields.io/github/issues/machinelevel/sp425-crazy-cow) + - [Funcky reMarkable Exporter](https://github.com/simonbaudart/Funcky.Remarkable.Exporter) - Export notes from a reMarkable Tablet to File System and External Services. + + + ![Github stars](https://shields.io/github/stars/simonbaudart/Funcky.Remarkable.Exporter?style=social) + ![Languages](https://shields.io/github/languages/top/simonbaudart/Funcky.Remarkable.Exporter) + ![License](https://shields.io/github/license/simonbaudart/Funcky.Remarkable.Exporter) + ![Last commit](https://shields.io/github/last-commit/simonbaudart/Funcky.Remarkable.Exporter) + ![Issues](https://shields.io/github/issues/simonbaudart/Funcky.Remarkable.Exporter) + - [Goosepaper](https://github.com/j6k4m8/goosepaper): Deliver prettily-formatted RSS feeds, news articles, Wikipedia articles-of-the-day, and more to your reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/j6k4m8/goosepaper?style=social) + ![Languages](https://shields.io/github/languages/top/j6k4m8/goosepaper) + ![License](https://shields.io/github/license/j6k4m8/goosepaper) + ![Last commit](https://shields.io/github/last-commit/j6k4m8/goosepaper) + ![Issues](https://shields.io/github/issues/j6k4m8/goosepaper) + - [instapaper-as-pdf-to-reMarkable](https://github.com/fabianmu/instapaper-as-pdf-to-remarkable) - Export Instapaper-Articles to PDF and send them to a connected rM tablet. + + + ![Github stars](https://shields.io/github/stars/fabianmu/instapaper-as-pdf-to-remarkable?style=social) + ![Languages](https://shields.io/github/languages/top/fabianmu/instapaper-as-pdf-to-remarkable) + ![License](https://shields.io/github/license/fabianmu/instapaper-as-pdf-to-remarkable) + ![Last commit](https://shields.io/github/last-commit/fabianmu/instapaper-as-pdf-to-remarkable) + ![Issues](https://shields.io/github/issues/fabianmu/instapaper-as-pdf-to-remarkable) + - [morningpaper2reMarkable](https://github.com/jessfraz/morningpaper2remarkable) - A bot to sync the morning paper to a remarkable tablet. + + + ![Github stars](https://shields.io/github/stars/jessfraz/morningpaper2remarkable?style=social) + ![Languages](https://shields.io/github/languages/top/jessfraz/morningpaper2remarkable) + ![License](https://shields.io/github/license/jessfraz/morningpaper2remarkable) + ![Last commit](https://shields.io/github/last-commit/jessfraz/morningpaper2remarkable) + ![Issues](https://shields.io/github/issues/jessfraz/morningpaper2remarkable) + - [paper2reMarkable](https://github.com/GjjvdBurg/paper2remarkable) - Download an academic paper or HTML article, crop it, and send it to the reMarkable with a single command. + + + ![Github stars](https://shields.io/github/stars/GjjvdBurg/paper2remarkable?style=social) + ![Languages](https://shields.io/github/languages/top/GjjvdBurg/paper2remarkable) + ![License](https://shields.io/github/license/GjjvdBurg/paper2remarkable) + ![Last commit](https://shields.io/github/last-commit/GjjvdBurg/paper2remarkable) + ![Issues](https://shields.io/github/issues/GjjvdBurg/paper2remarkable) + - [Parabola-rM](http://www.davisr.me/projects/parabola-rm/) - A Desktop GNU/Linux-libre replacement OS with fast partial refreshing and USB OTG. - [pocket2rm](https://github.com/glidergeek/pocket2rm) - Synchronize articles from read-later platform pocket in PDF and epub. + + + ![Github stars](https://shields.io/github/stars/glidergeek/pocket2rm?style=social) + ![Languages](https://shields.io/github/languages/top/glidergeek/pocket2rm) + ![License](https://shields.io/github/license/glidergeek/pocket2rm) + ![Last commit](https://shields.io/github/last-commit/glidergeek/pocket2rm) + ![Issues](https://shields.io/github/issues/glidergeek/pocket2rm) + - [remailable](https://github.com/j6k4m8/remailable) - Email PDFs directly to your reMarkable. ([Free publicly-hosted version available](https://remailable.getneutrality.org/)). + + + ![Github stars](https://shields.io/github/stars/j6k4m8/remailable?style=social) + ![Languages](https://shields.io/github/languages/top/j6k4m8/remailable) + ![License](https://shields.io/github/license/j6k4m8/remailable) + ![Last commit](https://shields.io/github/last-commit/j6k4m8/remailable) + ![Issues](https://shields.io/github/issues/j6k4m8/remailable) + - [reHackable/maxio](https://github.com/reHackable/maxio) - Companion daemon for the reMarkable paper tablet. + + + ![Github stars](https://shields.io/github/stars/reHackable/maxio?style=social) + ![Languages](https://shields.io/github/languages/top/reHackable/maxio) + ![License](https://shields.io/github/license/reHackable/maxio) + ![Last commit](https://shields.io/github/last-commit/reHackable/maxio) + ![Issues](https://shields.io/github/issues/reHackable/maxio) + - [reHackable/scripts](https://github.com/reHackable/scripts) - A set of bash scripts that may enhance your reMarkable experience. + + + ![Github stars](https://shields.io/github/stars/reHackable/scripts?style=social) + ![Languages](https://shields.io/github/languages/top/reHackable/scripts) + ![License](https://shields.io/github/license/reHackable/scripts) + ![Last commit](https://shields.io/github/last-commit/reHackable/scripts) + ![Issues](https://shields.io/github/issues/reHackable/scripts) + - [reMarkable_entware](http://github.com/evidlo/remarkable_entware) - Package manager for reMarkable. Install common Unix utilities through the command line. - [reMarkable_keyboard](https://github.com/Evidlo/remarkable_keyboard) - Software to use rM as wireless keyboard/mouse. + + + ![Github stars](https://shields.io/github/stars/Evidlo/remarkable_keyboard?style=social) + ![Languages](https://shields.io/github/languages/top/Evidlo/remarkable_keyboard) + ![License](https://shields.io/github/license/Evidlo/remarkable_keyboard) + ![Last commit](https://shields.io/github/last-commit/Evidlo/remarkable_keyboard) + ![Issues](https://shields.io/github/issues/Evidlo/remarkable_keyboard) + - [reMarkable_mouse](https://github.com/evidlo/remarkable_mouse) - Use your reMarkable as a graphics tablet. + + + ![Github stars](https://shields.io/github/stars/evidlo/remarkable_mouse?style=social) + ![Languages](https://shields.io/github/languages/top/evidlo/remarkable_mouse) + ![License](https://shields.io/github/license/evidlo/remarkable_mouse) + ![Last commit](https://shields.io/github/last-commit/evidlo/remarkable_mouse) + ![Issues](https://shields.io/github/issues/evidlo/remarkable_mouse) + - [remarkable_news](https://github.com/evidlo/remarkable_news) - Use daily news/comics/images as the suspend screen. + + + ![Github stars](https://shields.io/github/stars/evidlo/remarkable_news?style=social) + ![Languages](https://shields.io/github/languages/top/evidlo/remarkable_news) + ![License](https://shields.io/github/license/evidlo/remarkable_news) + ![Last commit](https://shields.io/github/last-commit/evidlo/remarkable_news) + ![Issues](https://shields.io/github/issues/evidlo/remarkable_news) + - [reMarkable_pdflets](https://github.com/evidlo/remarkable_pdflets) - Dynamically updating PDFs. + + + ![Github stars](https://shields.io/github/stars/evidlo/remarkable_pdflets?style=social) + ![Languages](https://shields.io/github/languages/top/evidlo/remarkable_pdflets) + ![License](https://shields.io/github/license/evidlo/remarkable_pdflets) + ![Last commit](https://shields.io/github/last-commit/evidlo/remarkable_pdflets) + ![Issues](https://shields.io/github/issues/evidlo/remarkable_pdflets) + - [remarkable_printer](https://github.com/Evidlo/remarkable_printer) - Print from any device to reMarkable without browser extensions or reMarkable cloud. + + + ![Github stars](https://shields.io/github/stars/Evidlo/remarkable_printer?style=social) + ![Languages](https://shields.io/github/languages/top/Evidlo/remarkable_printer) + ![License](https://shields.io/github/license/Evidlo/remarkable_printer) + ![Last commit](https://shields.io/github/last-commit/Evidlo/remarkable_printer) + ![Issues](https://shields.io/github/issues/Evidlo/remarkable_printer) + - [reMarkable-fs](https://github.com/nick8325/remarkable-fs) - A FUSE filesystem wrapper for the reMarkable tablet. + + + ![Github stars](https://shields.io/github/stars/nick8325/remarkable-fs?style=social) + ![Languages](https://shields.io/github/languages/top/nick8325/remarkable-fs) + ![License](https://shields.io/github/license/nick8325/remarkable-fs) + ![Last commit](https://shields.io/github/last-commit/nick8325/remarkable-fs) + ![Issues](https://shields.io/github/issues/nick8325/remarkable-fs) + - [reMarkable-random-screens](https://github.com/Neurone/reMarkable) - Change your poweroff and suspend screens every 5 minutes with random images of your choice + + + ![Github stars](https://shields.io/github/stars/Neurone/reMarkable?style=social) + ![Languages](https://shields.io/github/languages/top/Neurone/reMarkable) + ![License](https://shields.io/github/license/Neurone/reMarkable) + ![Last commit](https://shields.io/github/last-commit/Neurone/reMarkable) + ![Issues](https://shields.io/github/issues/Neurone/reMarkable) + - [reMarkable-touchgestures](https://github.com/ddvk/remarkable-touchgestures) - Touch gestures (swipe/touch) for easy page navigation. + + + ![Github stars](https://shields.io/github/stars/ddvk/remarkable-touchgestures?style=social) + ![Languages](https://shields.io/github/languages/top/ddvk/remarkable-touchgestures) + ![License](https://shields.io/github/license/ddvk/remarkable-touchgestures) + ![Last commit](https://shields.io/github/last-commit/ddvk/remarkable-touchgestures) + ![Issues](https://shields.io/github/issues/ddvk/remarkable-touchgestures) + - [reMarkable-tweak](https://github.com/morngrar/remarkable-tweak) - Tweak tool for the reMarkable paper tablet. Lets you organize your templates with no fuss. + + + ![Github stars](https://shields.io/github/stars/morngrar/remarkable-tweak?style=social) + ![Languages](https://shields.io/github/languages/top/morngrar/remarkable-tweak) + ![License](https://shields.io/github/license/morngrar/remarkable-tweak) + ![Last commit](https://shields.io/github/last-commit/morngrar/remarkable-tweak) + ![Issues](https://shields.io/github/issues/morngrar/remarkable-tweak) + - [remarks](https://github.com/lucasrla/remarks) - Extract highlights, scribbles, and annotations from PDFs. Export to Markdown, PNG, and SVG. + + + ![Github stars](https://shields.io/github/stars/lucasrla/remarks?style=social) + ![Languages](https://shields.io/github/languages/top/lucasrla/remarks) + ![License](https://shields.io/github/license/lucasrla/remarks) + ![Last commit](https://shields.io/github/last-commit/lucasrla/remarks) + ![Issues](https://shields.io/github/issues/lucasrla/remarks) + - [remt](https://gitlab.com/wrobell/remt) - reMarkable tablet command-line tools. - [rM-dl-annotated](https://github.com/jmptable/rm-dl-annotated) - Export annotated PDFs from reMarkable tablets. + + + ![Github stars](https://shields.io/github/stars/jmptable/rm-dl-annotated?style=social) + ![Languages](https://shields.io/github/languages/top/jmptable/rm-dl-annotated) + ![License](https://shields.io/github/license/jmptable/rm-dl-annotated) + ![Last commit](https://shields.io/github/last-commit/jmptable/rm-dl-annotated) + ![Issues](https://shields.io/github/issues/jmptable/rm-dl-annotated) + - [rMsync](https://github.com/lschwetlick/rMsync) - Synchronisation script with a local dedicated "library" folder. + + + ![Github stars](https://shields.io/github/stars/lschwetlick/rMsync?style=social) + ![Languages](https://shields.io/github/languages/top/lschwetlick/rMsync) + ![License](https://shields.io/github/license/lschwetlick/rMsync) + ![Last commit](https://shields.io/github/last-commit/lschwetlick/rMsync) + ![Issues](https://shields.io/github/issues/lschwetlick/rMsync) + - [rmTabletDriver](https://github.com/LinusCDE/rmTabletDriver) - Application that allows you to simulate/clone rM input on your computer. + + + ![Github stars](https://shields.io/github/stars/LinusCDE/rmTabletDriver?style=social) + ![Languages](https://shields.io/github/languages/top/LinusCDE/rmTabletDriver) + ![License](https://shields.io/github/license/LinusCDE/rmTabletDriver) + ![Last commit](https://shields.io/github/last-commit/LinusCDE/rmTabletDriver) + ![Issues](https://shields.io/github/issues/LinusCDE/rmTabletDriver) + - [rmWacomToMouse](https://github.com/LinusCDE/rmWacomToMouse) - Use the wacom pen as a mouse to draw on your pc. + + + ![Github stars](https://shields.io/github/stars/LinusCDE/rmWacomToMouse?style=social) + ![Languages](https://shields.io/github/languages/top/LinusCDE/rmWacomToMouse) + ![License](https://shields.io/github/license/LinusCDE/rmWacomToMouse) + ![Last commit](https://shields.io/github/last-commit/LinusCDE/rmWacomToMouse) + ![Issues](https://shields.io/github/issues/LinusCDE/rmWacomToMouse) + - [rmWebUiTools](https://github.com/LinusCDE/rmWebUiTools) - View a file tree, see statistics and export/backup all files with some simple scripts utilizing the web ui. + + + ![Github stars](https://shields.io/github/stars/LinusCDE/rmWebUiTools?style=social) + ![Languages](https://shields.io/github/languages/top/LinusCDE/rmWebUiTools) + ![License](https://shields.io/github/license/LinusCDE/rmWebUiTools) + ![Last commit](https://shields.io/github/last-commit/LinusCDE/rmWebUiTools) + ![Issues](https://shields.io/github/issues/LinusCDE/rmWebUiTools) + ## Screen Sharing/Streaming - [pipes and paper](https://gitlab.com/afandian/pipes-and-paper) - Stream pen strokes to browser canvas via websockets ([blog post](https://blog.afandian.com/2020/10/pipes-and-paper-remarkable/)). Uses Python and SSH, nothing to compile or install on the reMarkable device. - [pipes and rust](https://github.com/AnyTimeTraveler/pipes-and-rust) - (Made for rM2) Stream pen strokes to browser. A single executable on the reMarkable that hosts a tiny webserver in the local WLAN. + + + ![Github stars](https://shields.io/github/stars/AnyTimeTraveler/pipes-and-rust?style=social) + ![Languages](https://shields.io/github/languages/top/AnyTimeTraveler/pipes-and-rust) + ![License](https://shields.io/github/license/AnyTimeTraveler/pipes-and-rust) + ![Last commit](https://shields.io/github/last-commit/AnyTimeTraveler/pipes-and-rust) + ![Issues](https://shields.io/github/issues/AnyTimeTraveler/pipes-and-rust) + - [reStream](https://github.com/rien/reStream) - Stream your reMarkable screen over SSH. + + + ![Github stars](https://shields.io/github/stars/rien/reStream?style=social) + ![Languages](https://shields.io/github/languages/top/rien/reStream) + ![License](https://shields.io/github/license/rien/reStream) + ![Last commit](https://shields.io/github/last-commit/rien/reStream) + ![Issues](https://shields.io/github/issues/rien/reStream) + - [rMview](https://github.com/bordaigorl/rmview) - A fast GUI to stream your reMarkable screen over vanilla-SSH or VNC. + + + ![Github stars](https://shields.io/github/stars/bordaigorl/rmview?style=social) + ![Languages](https://shields.io/github/languages/top/bordaigorl/rmview) + ![License](https://shields.io/github/license/bordaigorl/rmview) + ![Last commit](https://shields.io/github/last-commit/bordaigorl/rmview) + ![Issues](https://shields.io/github/issues/bordaigorl/rmview) + - [rM-vnc-server](https://github.com/peter-sa/rM-vnc-server) - A fast & efficient damage-tracking (sending only updated regions) VNC server for streaming the reMarkable's screen. + + + ![Github stars](https://shields.io/github/stars/peter-sa/rM-vnc-server?style=social) + ![Languages](https://shields.io/github/languages/top/peter-sa/rM-vnc-server) + ![License](https://shields.io/github/license/peter-sa/rM-vnc-server) + ![Last commit](https://shields.io/github/last-commit/peter-sa/rM-vnc-server) + ![Issues](https://shields.io/github/issues/peter-sa/rM-vnc-server) + - [srvfb](https://github.com/merovius/srvfb) - Alternative screen-streaming software. Written in Go. + + + ![Github stars](https://shields.io/github/stars/merovius/srvfb?style=social) + ![Languages](https://shields.io/github/languages/top/merovius/srvfb) + ![License](https://shields.io/github/license/merovius/srvfb) + ![Last commit](https://shields.io/github/last-commit/merovius/srvfb) + ![Issues](https://shields.io/github/issues/merovius/srvfb) + - [VNSee](https://github.com/matteodelabre/vnsee) - VNC client for the reMarkable tablet allowing you to use the device as a second screen. + + + ![Github stars](https://shields.io/github/stars/matteodelabre/vnsee?style=social) + ![Languages](https://shields.io/github/languages/top/matteodelabre/vnsee) + ![License](https://shields.io/github/license/matteodelabre/vnsee) + ![Last commit](https://shields.io/github/last-commit/matteodelabre/vnsee) + ![Issues](https://shields.io/github/issues/matteodelabre/vnsee) + ## Custom Templates - [reMarkable-bujo](https://github.com/vonneudeck/remarkable-bujo) - "Bullet Journal" templates. + + + ![Github stars](https://shields.io/github/stars/vonneudeck/remarkable-bujo?style=social) + ![Languages](https://shields.io/github/languages/top/vonneudeck/remarkable-bujo) + ![License](https://shields.io/github/license/vonneudeck/remarkable-bujo) + ![Last commit](https://shields.io/github/last-commit/vonneudeck/remarkable-bujo) + ![Issues](https://shields.io/github/issues/vonneudeck/remarkable-bujo) + - [reMarkable-gtd-templates](https://github.com/BartKeulen/remarkable-gtd-templates) - "Getting Things Done" templates. + + + ![Github stars](https://shields.io/github/stars/BartKeulen/remarkable-gtd-templates?style=social) + ![Languages](https://shields.io/github/languages/top/BartKeulen/remarkable-gtd-templates) + ![License](https://shields.io/github/license/BartKeulen/remarkable-gtd-templates) + ![Last commit](https://shields.io/github/last-commit/BartKeulen/remarkable-gtd-templates) + ![Issues](https://shields.io/github/issues/BartKeulen/remarkable-gtd-templates) + - [reMarkable-Templates](https://github.com/newtonhonk/reMarkable-Templates) - To Do templates with lines, checkboxes or text blocks. + + + ![Github stars](https://shields.io/github/stars/newtonhonk/reMarkable-Templates?style=social) + ![Languages](https://shields.io/github/languages/top/newtonhonk/reMarkable-Templates) + ![License](https://shields.io/github/license/newtonhonk/reMarkable-Templates) + ![Last commit](https://shields.io/github/last-commit/newtonhonk/reMarkable-Templates) + ![Issues](https://shields.io/github/issues/newtonhonk/reMarkable-Templates) + - [reMarkable_templates](https://github.com/steka/reMarkable_templates) - White lines/squares on gray background. + + + ![Github stars](https://shields.io/github/stars/steka/reMarkable_templates?style=social) + ![Languages](https://shields.io/github/languages/top/steka/reMarkable_templates) + ![License](https://shields.io/github/license/steka/reMarkable_templates) + ![Last commit](https://shields.io/github/last-commit/steka/reMarkable_templates) + ![Issues](https://shields.io/github/issues/steka/reMarkable_templates) + - [reMarkabletemplates](https://github.com/equivocates/remarkabletemplates/) - Planner per 1 or 3 weeks. + + + ![Github stars](https://shields.io/github/stars/equivocates/remarkabletemplates?style=social) + ![Languages](https://shields.io/github/languages/top/equivocates/remarkabletemplates) + ![License](https://shields.io/github/license/equivocates/remarkabletemplates) + ![Last commit](https://shields.io/github/last-commit/equivocates/remarkabletemplates) + ![Issues](https://shields.io/github/issues/equivocates/remarkabletemplates) + - [rM2Mods templates](https://github.com/DanielRunningen/rM2Mods/tree/main/assests/templates) - Collection of different templates. E.g., micro dots/grids, checklists, budgeting, boxes. + + + ![Github stars](https://shields.io/github/stars/DanielRunningen/rM2Mods?style=social) + ![Languages](https://shields.io/github/languages/top/DanielRunningen/rM2Mods) + ![License](https://shields.io/github/license/DanielRunningen/rM2Mods) + ![Last commit](https://shields.io/github/last-commit/DanielRunningen/rM2Mods) + ![Issues](https://shields.io/github/issues/DanielRunningen/rM2Mods) + diff --git a/shields.py b/shields.py new file mode 100644 index 0000000..f6abade --- /dev/null +++ b/shields.py @@ -0,0 +1,32 @@ +import re +import sys + +SHIELDS_TEMPLATE = """ + + ![Github stars](https://shields.io/github/stars/{repo}?style=social) + ![Languages](https://shields.io/github/languages/top/{repo}) + ![License](https://shields.io/github/license/{repo}) + ![Last commit](https://shields.io/github/last-commit/{repo}) + ![Issues](https://shields.io/github/issues/{repo}) + +""" +SHIELDS_RE = re.compile(r" .*?\n", re.DOTALL) +GITHUB_RE = re.compile(r"- \[.*?\]\(https://github.com/([-_.\w]*/[-_.\w]*)") + +def insert_shields(filename): + contents = open(filename, 'r').read() + contents = SHIELDS_RE.sub('', contents) + + with open(filename, 'w') as f: + for line in contents.splitlines(): + f.write(line + '\n') + match = GITHUB_RE.match(line) + if match: + f.write(SHIELDS_TEMPLATE.format(repo=match[1])) + + +if __name__ == '__main__': + if len(sys.argv) != 2: + print(f"Usage: {sys.argv[0]} filename") + sys.exit(1) + insert_shields(sys.argv[1]) From bac09dae42d737501bd4c0896995e12966cd5e95 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Sun, 7 Feb 2021 22:57:35 -0800 Subject: [PATCH 4/5] Remove dead project fc-rM --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 6ff0219..4579f45 100644 --- a/README.md +++ b/README.md @@ -74,15 +74,6 @@ Take special care if you are using a reMarkable 2: ![Last commit](https://shields.io/github/last-commit/ax3l/lines-are-rusty) ![Issues](https://shields.io/github/issues/ax3l/lines-are-rusty) -- [fc-rM](https://github.com/artagnon/FreelyCommute/tree/master/rM) - C++ Parser for the .rM v5 format. - - - ![Github stars](https://shields.io/github/stars/artagnon/FreelyCommute?style=social) - ![Languages](https://shields.io/github/languages/top/artagnon/FreelyCommute) - ![License](https://shields.io/github/license/artagnon/FreelyCommute) - ![Last commit](https://shields.io/github/last-commit/artagnon/FreelyCommute) - ![Issues](https://shields.io/github/issues/artagnon/FreelyCommute) - - [reMarkableAPI](https://github.com/splitbrain/ReMarkableAPI) - Docs and implementation of the reMarkable file sync API. From 135906d66e86ac9e543527814b20671d9b8dd2a6 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Sun, 7 Feb 2021 23:00:39 -0800 Subject: [PATCH 5/5] Switch to HTTPS for links to Github --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4579f45..4ec8875 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,15 @@ Take special care if you are using a reMarkable 2: ![Last commit](https://shields.io/github/last-commit/simonschllng/rm-sync) ![Issues](https://shields.io/github/issues/simonschllng/rm-sync) -- [reMarkable_syncthing](http://github.com/evidlo/remarkable_syncthing) - Syncthing on reMarkable. +- [reMarkable_syncthing](https://github.com/evidlo/remarkable_syncthing) - Syncthing on reMarkable. + + + ![Github stars](https://shields.io/github/stars/evidlo/remarkable_syncthing?style=social) + ![Languages](https://shields.io/github/languages/top/evidlo/remarkable_syncthing) + ![License](https://shields.io/github/license/evidlo/remarkable_syncthing) + ![Last commit](https://shields.io/github/last-commit/evidlo/remarkable_syncthing) + ![Issues](https://shields.io/github/issues/evidlo/remarkable_syncthing) + - [zotero-reMarkable](https://github.com/michaelmior/zotero-remarkable) - Script to sync PDFs from the [Zotero](https://www.zotero.org/) reference manager. @@ -418,7 +426,15 @@ Take special care if you are using a reMarkable 2: ![Last commit](https://shields.io/github/last-commit/reHackable/scripts) ![Issues](https://shields.io/github/issues/reHackable/scripts) -- [reMarkable_entware](http://github.com/evidlo/remarkable_entware) - Package manager for reMarkable. Install common Unix utilities through the command line. +- [reMarkable_entware](https://github.com/evidlo/remarkable_entware) - Package manager for reMarkable. Install common Unix utilities through the command line. + + + ![Github stars](https://shields.io/github/stars/evidlo/remarkable_entware?style=social) + ![Languages](https://shields.io/github/languages/top/evidlo/remarkable_entware) + ![License](https://shields.io/github/license/evidlo/remarkable_entware) + ![Last commit](https://shields.io/github/last-commit/evidlo/remarkable_entware) + ![Issues](https://shields.io/github/issues/evidlo/remarkable_entware) + - [reMarkable_keyboard](https://github.com/Evidlo/remarkable_keyboard) - Software to use rM as wireless keyboard/mouse.