New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tmustier/pi-raw-paste

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tmustier/pi-raw-paste

One-shot raw paste support for Pi (/paste).

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Raw Paste Extension

/paste to arm a one-shot raw paste so large clipboard content stays fully editable in the editor (no paste markers). Useful for template prompts that need slight edits or when you need to refer to the text you pasted.

Without /paste -> the text is condensed

Screenshot 2026-01-09 at 17 38 31

With /paste -> you can see raw text

Screenshot 2026-01-09 at 17 39 35

Install

pi install npm:@tmustier/pi-raw-paste
pi install git:github.com/tmustier/pi-extensions

Then filter to just this extension in ~/.pi/agent/settings.json:

{
  "packages": [
    {
      "source": "git:github.com/tmustier/pi-extensions",
      "extensions": ["raw-paste/index.ts"]
    }
  ]
}

Usage

  • Command: /paste
  • No default keybinding

After arming, paste normally (for example Cmd+V on macOS).

Optional: add your own keybinding in raw-paste/index.ts if your terminal supports it.

Notes

  • Terminal.app and Warp intercept Cmd+V and Cmd+Shift+V, so the extension cannot see those keys.
  • Use /paste before pasting in those terminals.

Changelog

See CHANGELOG.md.

Keywords

pi-package

FAQs

Package last updated on 03 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts