u/hite_sh

i made a CLI that lets me say "claude, send this to my remarkable" and it actually shows up as a native remarkable notebook

i made a CLI that lets me say "claude, send this to my remarkable" and it actually shows up as a native remarkable notebook

Update: You don't need a connect account now to send documents from claude/opencode/codex to your remarkable. It works local now. I am looking for a volunteer with remarkable paper pro move to join me on a 30-40 mins call to live debug if this works for move. I have remarkable paper pro with latest update and it works great there. 

-------

Update : Successfully reverse engineered version 6. now trying to see how it works best with AI agents.. because thats the use-case this is designed around.

--Original post--
ok so i have this habit. i keep asking AI to summarize stuff for me long threads, research notes, meeting recaps. the output is genuinely useful and i kept wishing i could read it on my reMarkable instead of staring at another screen.

made a small CLI (rr) so claude / opencode / codex can push docs straight to the tablet as native notebooks. after install you just say:

"claude, summarize this thread and send it to my remarkable"

agent writes it, gets on tablet in sync. tables render as real tables, images come through clean, titles are searchable.

repo: https://github.com/hiteshjoshi/remarkable_rust

install (macOS/linux, no rust needed):

```curl -fsSL https://raw.githubusercontent.com/hiteshjoshi/remarkable_rust/main/install.sh | bash```

  use :-

- rr auth to authenticate.

- rr skills to install skills for claude,codex,opencode

u/hite_sh — 3 days ago