Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shapeshed/remarkable-crosswords
Get crosswords freshly delivered to your reMarkable every morning.
https://github.com/shapeshed/remarkable-crosswords
crosswords remarkable systemd
Last synced: 25 days ago
JSON representation
Get crosswords freshly delivered to your reMarkable every morning.
- Host: GitHub
- URL: https://github.com/shapeshed/remarkable-crosswords
- Owner: shapeshed
- Created: 2022-03-01T12:19:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T11:20:24.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:10:09.428Z (4 months ago)
- Topics: crosswords, remarkable, systemd
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reMarkable - reMarkable-crosswords - Get crosswords freshly delivered to your Remarkable every morning. (Other / Launchers)
README
# Remarkable Crosswords
Get crosswords freshly delivered to your [Remarkable][1] every morning.
Currently supported
* [The Guardian Cryptic Crossword][2]
* [The Guardian Quick Crossword][3]## Prerequisites
* [rmapi][5]
* [texlive-core][6] which provides `pdfcrop`
* [ghostcript][7]## Installation
* Copy `remarkable-crossword.sh` to `/usr/local/bin/` and make it executable.
* Install the systemd service and timer scripts.## TODO
* Package for Arch User Repository
[1]: https://remarkable.com/
[2]: https://www.theguardian.com/crosswords/series/cryptic
[3]: https://www.theguardian.com/crosswords/series/quick
[4]: https://github.com/GjjvdBurg/paper2remarkable
[5]: https://github.com/juruen/rmapi
[6]: https://archlinux.org/packages/extra/any/texlive-core/
[7]: https://archlinux.org/packages/extra/x86_64/ghostscript/