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

finch-todolist

v0.3.4

Published

A simple personal task list for Finch.

Readme

Todo List

A three-state personal Todo List extension for Finch. It stores tasks locally and makes them available across all conversations and Spaces.

Features

  • Manage Todo, In Progress, and Completed Archive states
  • Start todo items from a scrollable secondary menu
  • Confirm completion inline before archiving an in-progress item
  • Remember the conversation where each new task was added and jump back from its menu row
  • Draft an automation reminder request from the Composer menu
  • Store data locally in Finch extension storage
  • Follow the Finch app language with English and Simplified Chinese UI

Privacy and permissions

Todo List does not request filesystem, network, or shell access. It uses the built-in Composer Action navigation API to jump back to a task's saved source conversation inside the current Finch window. Tasks are stored in the extension's private Finch storage. Do not use it for secrets or sensitive information.

Development

npm install
npm run build
npx @finchtoys/minitools doctor .

Install a local build with:

npx @finchtoys/minitools add .

待办清单

一个支持三种状态的 Finch 个人待办扩展。任务保存在本地,并在所有对话和 Space 之间共享。

功能

  • 管理待办、进行中和已完成归档三种状态
  • 从可滚动的二级菜单把待办设为进行中
  • 完成进行中事项前显示内联确认,确认后归档
  • 记录每个新待办来自哪个会话,并从任务菜单直接跳回来源会话
  • 从 Composer 菜单注入自动化提醒设置请求
  • 使用 Finch 扩展私有存储在本地保存数据
  • 中英文界面跟随 Finch App 语言动态切换

隐私与权限

Todo List 不申请文件系统、网络或 shell 权限。它使用 Composer Action 内置的导航能力,在当前 Finch 窗口内直接跳回待办保存的来源会话。任务保存在 Finch 的扩展私有存储中。请勿用它保存密钥或敏感信息。

开发

npm install
npm run build
npx @finchtoys/minitools doctor .

安装本地构建:

npx @finchtoys/minitools add .