Live·typescript · pi

/raw-paste

Paste large text into Pi without it being condensed into paste markers.


Overview

A Pi extension that arms a one-shot raw paste so large clipboard content stays fully editable in the editor instead of being condensed into [paste #1 +21 lines] markers.

Features

  • One-shot arm – Run /paste, then paste normally
  • Full visibility – See and edit the entire pasted text
  • Template-friendly – Great for prompts that need slight edits

Usage

# Arm raw paste
/paste

# Then paste normally (Cmd+V)

Without /paste: Large pastes become [paste #1 +21 lines]

With /paste: Full text visible and editable

Installation

npm install @tmustier/pi-raw-paste

Or via git:

pi install git:github.com/tmustier/pi-extensions

Why?

Sometimes you need to paste a template prompt and tweak a few words before sending. With paste markers, you can't see or edit the content. This fixes that.