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

tabby-command-bar

v1.0.0

Published

A docked command bar for sending commands to Tabby terminal panes

Readme

Tabby 命令栏

English

Tabby Command Bar 是一个固定在 Tabby 底部的命令输入栏,可以向当前终端或当前标签页内的全部终端分屏发送命令。

功能

  • 发送到当前聚焦终端,或当前 Tab 内的全部终端分屏。
  • Enter 发送,Shift+Enter 在输入框内换行。
  • 输入为空时按 Enter,向目标终端发送纯回车。
  • 每个 Tab 独立控制,新建 Tab 默认关闭命令栏。
  • 使用独立停靠布局,不遮挡终端输出。
  • 无网络请求、无遥测、无命令历史记录。
  • 支持 Windows 和 macOS 上的本地终端及 SSH 终端。

使用方法

  1. 打开终端标签页。
  2. 点击 Tabby 设置按钮左侧的终端图标。
  3. 选择“当前终端”或“当前标签全部”。
  4. 输入命令后按 Enter,或点击“发送”。

空输入时“发送”按钮不可用;如果只需要向命令行发送回车,请在空输入框内按 Enter。

Tabby 内安装

包发布后,打开 设置 → 插件,搜索 tabby-command-bar 并安装。

纯离线安装

从 GitHub Releases 下载离线 ZIP。解压后,把 tabby-command-bar 文件夹复制到 Tabby 插件目录下的 node_modules 中,然后重启 Tabby。插件目录可通过 设置 → 插件 → 打开插件目录 打开。

离线 ZIP 不需要安装 Node.js。

开发

需要 Node.js 18 或更高版本。

npm install
npm run verify

隐私与安全

插件不会访问网络、收集遥测或保存命令历史。命令只会写入用户选择的终端目标。

许可证

MIT © vfeng