pi-copy-all
v0.1.0
Published
Pi extension: copy current thread user and assistant messages to clipboard.
Downloads
54
Maintainers
Readme
pi-copy-all
A Pi extension that copies current thread transcript to clipboard.
Features
/copy-allslash commandctrl+alt+ashortcut- Copies current session branch only
- Includes previous
userandassistantmessages - Skips tool results, custom messages, thinking blocks, and tool calls
- Replaces images with
[image: mime/type] - Notifies when copy succeeds, transcript is empty, or clipboard write fails
Install
From npm:
pi install npm:pi-copy-allFrom GitHub:
pi install git:github.com/RespectMathias/pi-copy-allLocal development:
pi -e ./src/index.tsCommands
/copy-allDefault shortcut:
ctrl+alt+aNo built-in keybindings are changed by this extension.
Development
npm install
npm run check
npm run pack:dryPublishing
npm login
npm publishGitHub setup:
git init
git add .
git commit -m "Initial release"
git branch -M main
git remote add origin https://github.com/RespectMathias/pi-copy-all.git
git push -u origin mainLicense
MIT © RespectMathias
