Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evidlo/remarkable_pdflets
mini apps for reMarkable inside xochitl
https://github.com/evidlo/remarkable_pdflets
remarkable-tablet
Last synced: 3 months ago
JSON representation
mini apps for reMarkable inside xochitl
- Host: GitHub
- URL: https://github.com/evidlo/remarkable_pdflets
- Owner: Evidlo
- License: gpl-3.0
- Created: 2019-02-17T10:58:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T00:56:15.000Z (over 3 years ago)
- Last Synced: 2024-04-24T18:25:23.067Z (6 months ago)
- Topics: remarkable-tablet
- Language: Shell
- Size: 35.2 KB
- Stars: 75
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - reMarkable_pdflets - Dynamically updating PDFs. (Other / Launchers)
README
# reMarkable PDFlets
A "PDFlet" is a document on the reMarkable which can update itself each time it is opened.
I use a systemd [path unit](https://www.freedesktop.org/software/systemd/man/systemd.path.html) and a simple shell script to directly build a PDF in order to achieve this.
- `weather` - displays weather from *wttr.in*.
- `twitter` - grabs latest Tweets.![Weather](https://i.imgur.com/oCqzf3F.jpg)
![Twitter](https://i.imgur.com/Aawj3ia.jpg)
# Installation and Usage
Simply run `install.sh` from inside either `weather/` or `twitter/`. Your device will reboot.
A new document will appear on your remarkable. When you close and reopen this document, a script is run to regenerate it.
# Caveats
- `weather` and `twitter` need internet access
- I haven't found a way to refresh a document while it's open, which means you have to close and reopen to reload.
- Weather and Twitter are written in pure bash and busybox tools, which means they are ugly and maybe buggy# Contributing
See `template/README.md`