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

@maimemo/memo-cli

v1.2.1

Published

终端背单词工具,支持在命令行中学习和复习单词。

Readme

墨墨背单词 CLI

终端背单词工具,支持在命令行中学习和复习单词。

使用前提

  1. 开启自动同步,App 操作路径:我的 -> 学习数据同步 -> 学习数据自动同步
  2. 处于非欠款模式

使用帮助

运行 memo-cli 后按照提示操作即可

学习模式

| 模式 | 说明 | 适用场景 | |------|------|----------| | 英中 | 看英文回忆中文 | 快速认知单词 | | 中英 | 看中文回忆英文 | 验证拼写 |

快捷键

学习界面

| 按键 | 功能 | |------|------| | 空格 | 显示答案 / 开始拼写 | | 1 | 认识 | | 2 | 模糊/不确定 | | 3 | 忘记 | | 4 | 熟知 | | 退格 | 返回上一个单词 | | / | 打开命令面板 |

拼写模式 (CE)

| 按键 | 功能 | |------|-----| | 字母键 | 输入拼写 | | / | 瞄一眼 | | Esc | 退出拼写,显示答案 |

命令面板

/ 打开命令面板,支持以下命令:

  • DayLimit - 设置每日学习量
  • StudyMethod - 切换学习模式(英中/中英)
  • ShowBook - 显示/隐藏当前学习的书籍

界面说明

英中模式

< 00:15 12/50 book: 考研词汇
┌────────────────────────────┐
│         abandon            │
│        美 /əˈbændən/       │
└────────────────────────────┘
┌────────────────────────────┐
│      请回忆单词发音和释义     │
│                            │
│        按空格显示答案        │
└────────────────────────────┘

中英模式

< 00:15 12/50 book: 考研词汇
┌────────────────────────────┐
│       请回忆单词拼写和发音   │
└────────────────────────────┘
┌────────────────────────────┐
│ n. 放弃                    │
└────────────────────────────┘
┌────────────────────────────┐
│ _______ to do sth          │
│ 空格显示答案,输入字母开始拼写 │
│ 拼写时按 ESC 退出           │
└────────────────────────────┘
  • < - 可返回上一个单词
  • 00:15 - 学习计时
  • 12/50 - 已完成/总数
  • book: 考研词汇 - 当前书籍(需开启)

配置文件

配置保存在 ~/.config/memo-cli.json

{
  "sid": "session_id",
  "show_book": false
}

Changelog

1.2.0

  • 新增命令面板(按 / 打开)
  • 支持设置每日学习量
  • 支持显示当前学习书籍
  • 支持设置学习模式

1.1.0

  • 支持中英模式
  • 支持验证拼写和瞄一眼
  • 支持退格键返回上一个单词

1.0.0

  • 支持英中模式