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

betterterm

v2.0.6

Published

Terminal IDE setup: Ghostty + tmux + yazi + carbonyl browser

Readme

betterterm

Terminal IDE setup: Ghostty + tmux + yazi + carbonyl browser.

Install

npx betterterm@latest

Requirements

The installer handles everything else (tmux, yazi, carbonyl).

What it does

  • Installs tmux, yazi, and carbonyl via Homebrew/npm
  • Configures tmux with a clean status bar, mouse support, and keybindings
  • Sets up yazi as a toggleable file explorer with cd-to-terminal sync
  • Adds an in-terminal browser (carbonyl) toggled via hotkey
  • Patches your Ghostty config with Cmd-key shortcuts that map to tmux
  • Layout presets (1-4 panes) with auto-launch of Claude Code
  • Agent-aware status bar showing running AI agents per pane
  • Project session save/restore
  • Broadcast mode, pane zoom, and directional pane swapping

Keybindings

| Key | Action | |-----|--------| | Cmd+E | Toggle file explorer (yazi) | | Cmd+Y | Toggle browser (carbonyl) | | Cmd+Shift+Y | Close browser | | Cmd+L | Browser URL bar | | Cmd+T | New tmux window | | Cmd+] | Next window | | Cmd+[ | Previous window | | Cmd+\ | Split pane vertically | | Cmd+- | Split pane horizontally | | Cmd+Arrow | Resize pane | | Cmd+R | Reload tmux config | | Ctrl+B, Tab | Toggle between panes |

Layout & Agents

| Key | Action | |-----|--------| | Cmd+1 | Focus mode (1 pane + claude) | | Cmd+2 | Dual mode (2 panes + claude) | | Cmd+3 | Triple mode (3 panes + claude) | | Cmd+4 | Quad mode (4 panes + claude) | | Cmd+Z | Zoom pane toggle | | Cmd+Shift+B | Broadcast toggle (type in all panes) | | Cmd+S | Save session | | Cmd+O | Load session | | Cmd+Shift+Arrow | Swap pane position | | Cmd+? | Help menu (clickable) |

Uninstall

The installer backs up any existing configs to *.backup files. To revert:

# Restore configs
mv ~/.tmux.conf.backup ~/.tmux.conf
mv ~/.config/yazi/yazi.toml.backup ~/.config/yazi/yazi.toml
mv ~/.config/yazi/keymap.toml.backup ~/.config/yazi/keymap.toml

# Remove betterterm block from Ghostty config (between the marker comments)
# Remove scripts
rm ~/.local/bin/betterterm*.sh ~/.local/bin/toggle-*.sh ~/.local/bin/open-browser.sh ~/.local/bin/close-browser.sh ~/.local/bin/browser-nav.sh ~/.local/bin/layout.sh ~/.local/bin/session-*.sh ~/.local/bin/swap-pane.sh

License

MIT