https://github.com/asivery/rm-xovi-extensions
A monorepo of extensions for the Remarkable Paper Pro, which utilize the XOVI framework
https://github.com/asivery/rm-xovi-extensions
Last synced: about 1 year ago
JSON representation
A monorepo of extensions for the Remarkable Paper Pro, which utilize the XOVI framework
- Host: GitHub
- URL: https://github.com/asivery/rm-xovi-extensions
- Owner: asivery
- License: gpl-3.0
- Created: 2024-11-02T17:32:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-02T18:01:06.000Z (over 1 year ago)
- Last Synced: 2024-11-02T18:28:09.020Z (over 1 year ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - rm-xovi-extensions - extensions for the reMarkable tablets, which utilize the xovi framework (Interface Customization / Template Builders)
README
# rMPP XOVI extensions
This is a monorepo for all my XOVI extensions for the rMPP tablet.
Note: I call extensions which themselves do not add functionality, but are a dependency for
other extensions 'modules'
All buildscripts require you to have set the XOVI_REPO environment variable to the directory
you have cloned [XOVI](https://github.com/asivery/xovi) to, and TMP to the directory which will be the
parent of all temporary build directories.
# Currently available extensions:
- [fileman](fileman/) - A module for managing filesystem redirections
- [random-suspend-screen](random-suspend-screen) - Lets you randomize your rM tablet's suspend screens
- [palm-rejection](palm-rejection) - Disables the touchscreen whenever the marker is undocked
- [qt-command-executor](qt-command-executor) - Injects a QT module, which makes it possible to execute shell commands from QML.
- [qt-resource-rebuilder](qt-resource-rebuilder) - Injects itself into QT, and rebuilds resource databases on the fly. This makes it possible to replace or add QML files, images, etc...