npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

pi-read-mode

v1.0.0

Published

Scroll through conversation history while composing a follow-up

Readme

pi-read-mode

Scroll through conversation history while composing a follow-up message. Solves the problem where typing in pi's composer snaps the terminal back to the bottom, losing your scroll position.

Install

pi install npm:pi-read-mode

Or via git:

pi install git:github.com/minghinmatthewlam/pi-read-mode

Features

  • Scroll + compose simultaneously — read the agent's response while typing your follow-up
  • Pixel-perfect rendering — captures pi's actual rendered output, not a reconstruction
  • Keyboard scrolling — arrow keys, Page Up/Down, Home/End
  • Mouse/trackpad scrolling — scroll wheel works in the viewport
  • Paste support — text paste and image-to-filepath paste (via Ghostty/iTerm2)
  • Composer at bottom — single-line input with Emacs-style editing

Usage

| Key | Action | |-----|--------| | Alt+R | Enter read mode | | /read | Enter read mode (slash command) | | Up / Down | Scroll one line | | Page Up / Page Down | Scroll one page | | Home / End | Jump to top / bottom | | Enter | Send follow-up message | | Escape | Cancel and exit |

Read mode is available when the agent is idle. It captures the current conversation display and shows it in a scrollable viewport with a pinned composer.

How it works

When you enter read mode, the extension captures pi's already-rendered TUI component tree by calling render(width) on the existing children. This produces the exact same ANSI-styled lines pi normally displays — no markdown reconstruction or custom rendering. The captured output is shown in a scrollable viewport with a composer pinned at the bottom. On terminal resize, components are re-rendered at the new width.

License

MIT