Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```