pi-localterm-kitty-images

extension

Enable Kitty image protocol for localterm in pi's TUI

by — · v1.0.3 · published 5d ago

$ pi install npm:pi-localterm-kitty-images
downloads/mo
464
stars
—
last push
—
open issues
—

Signals

license: nonetestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

No downloads in the last 12 weeks.

README

🖼️ pi-localterm-kitty-images

⚠️ Archived — superseded by localterm's built-in pi extension


This extension has moved

The Kitty graphics + OSC 8 hyperlink capability force-enabling that lived here is now part of localterm itself, shipped as the built-in pi extension @monotykamary/pi-localterm (packages/pi-extension).

The exact logic from this repo — detect LOCALTERM=1, skip when images are already enabled, then setCapabilities({ images: "kitty", hyperlinks: true }) — now lives in packages/pi-extension/extensions/kitty-images.ts, bundled alongside a secret-scrub feature for the agent's bash tool.

This standalone repo is no longer maintained; use localterm's built-in extension instead.

Install the built-in extension

From npm:

pi install npm:@monotykamary/pi-localterm

From source (the localterm monorepo):

git clone https://github.com/monotykamary/localterm
pi -e ./localterm/packages/pi-extension

The extension auto-activates only inside localterm (LOCALTERM=1); outside localterm it registers nothing and pi behaves exactly as default. See the extension's README for full details.

License

MIT