Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax3l/lines-are-rusty
Rust File API for the reMarkable tablet
https://github.com/ax3l/lines-are-rusty
eink file-format remarkable-tablet tablet
Last synced: 12 days ago
JSON representation
Rust File API for the reMarkable tablet
- Host: GitHub
- URL: https://github.com/ax3l/lines-are-rusty
- Owner: ax3l
- License: isc
- Created: 2018-09-24T00:43:37.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2021-12-12T17:42:55.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T15:08:40.953Z (27 days ago)
- Topics: eink, file-format, remarkable-tablet, tablet
- Language: Rust
- Homepage:
- Size: 802 KB
- Stars: 84
- Watchers: 8
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reMarkable - lines-are-rusty - Rust File API for the reMarkable tablet. (APIs / Lines Format)
README
# Lines Are Rusty
Re-implementation of https://github.com/ax3l/lines-are-beautiful in Rust.
Very, very early version.
Just for the fun of it, with great contributions from Tim Ryan @tcr .File format:
https://plasma.ninja/blog/devices/remarkable/binary/format/2017/12/26/reMarkable-lines-file-format.html## Install via Cargo
Install rustup: https://rustup.rs/```bash
cargo install --git https://github.com/ax3l/lines-are-rusty.git --branch develop# Binary should now be available on your path
lines-are-rusty --help
```## Usage
```bash
# Render SVG from notebook page
lines-are-rusty notebook-page.rm -o notebook-page.svg# Render PDF from notebook page
lines-are-rusty notebook-page.rm -o notebook-page.pdf
```