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

justmemo-cli

v0.2.2

Published

JustMemo 的终端客户端。

Readme

justmemo-cli

JustMemo 的终端客户端。

当前能力

justmemo login
justmemo whoami
justmemo logout
justmemo publish 今天的记录 #日记
justmemo search
justmemo search 工作 旅行 --tag 旅行 --page 2
justmemo show 123
justmemo show 123 --unlock
justmemo edit 123
justmemo show 123 --pin
justmemo show 123 --unpin
justmemo show 123 --private
justmemo show 123 --public
justmemo show 123 --delete
justmemo trash
justmemo trash 123 --restore
justmemo trash 123 --purge
justmemo trash --empty

未登录也可以搜索和查看公开 Memo;CLI 登录仅限管理员,管理员可发布和管理自己的 Memo。searchtrash 默认显示第 1 页的 20 条结果,可通过 --limit(1-100)和 --page(1-10000)调整。私密 Memo 只会显示锁定状态和口令提示;使用 --unlock 时,口令只在当前命令中使用,不会保存。

publish 不加正文时会优先读取 stdin,否则打开 $VISUAL$EDITOR。正文中任意位置的 .jpg/.jpeg/.png/.gif/.webp 链接都会进入图片字段,其他链接保留在正文中。edit 会在系统编辑器中同时展示正文与图片 URL。

私密发布或把已有 Memo 改为私密时,CLI 会隐藏输入访问口令两次,并可填写口令提示。--purge--empty 不可恢复,默认要求确认;自动化时使用 --yes

开发环境可以通过 JUSTMEMO_API_URL 覆盖 API 地址,普通安装不需要配置地址。

安装

当前包名为 justmemo-cli,安装后使用 justmemo 命令:

npm install -g justmemo-cli

CLI 要求 Node.js 20 或更高版本。

本地开发

在仓库根目录执行:

npm run cli:build
npm run cli:test
npm run cli:pack

cli:pack 只检查 npm 发布包内容,不会发布到 npm。

当前版本

当前版本为 0.2.1

发布状态

本目录是独立 npm 包,发布时单独维护版本号和变更记录。CLI 不直接访问 Supabase,普通安装也不需要配置 API 地址。