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

dsh-timeline

v0.1.5

Published

DeepSeek Harness (DSH) plugin: timeline navigation, starred folders, conversation export, prompt library, and quick notes in one.

Readme

dsh-timeline

专为 DeepSeek Harness 开发的超级提效插件

时间轴导航 · 收藏文件夹 · 提示词库 · 对话导出 · 公式复制

DSH Plugin License: GPL-3.0 PRs Welcome GitHub stars

简体中文 | English

功能总览

📖 dsh-timeline 是什么?

dsh-timeline 是一款 DeepSeek Harness 功能增强插件。

和 AI 的对话一长,翻找就成了负担:想回看某个提问要一路滚动,重要结论散落在各个会话里,公式、内容也不好带走。dsh-timeline 为此而生——它在会话右侧生成一条可视化时间轴,让你在长对话中一键跳转;并配套收藏文件夹、图钉标记、闪记、提示词库、多格式导出等能力,把"找、记、整理、带走"这一整套体验补齐。

插件深度贴合宿主界面:主题实时跟随、中英文界面、每个功能都可独立开关,装上即用,不打扰原有习惯。

✨ 功能特性

  • 🧭 时间轴导航 — 会话右侧轴条按提问定位,点击直达;紧凑模式、虚拟化渲染、↑ / ↓ 键跳转
  • 📌 标记重点 — 长按时间轴节点打上图钉,重要提问一眼可见
  • 📋 问题列表 — 全部提问带序号列出,激活行随阅读位置联动
  • ⭐ 收藏文件夹 — 整段对话、单条提问、闪记都能收进两级文件夹,拖拽整理、置顶、搜索
  • 📝 闪记 — 可拖拽缩放的快速笔记面板,随手记录灵感
  • 💬 提示词库 — 常用提示词存下来,在输入框旁一键调用
  • ⌨️ 智能输入 — Enter 换行、双击 Enter 发送;选中文字快速追问;发送后保持阅读位置
  • 📤 对话导出 — Markdown / TXT / JSON / CSV / PNG / PDF,数学公式照常渲染
  • 🧮 公式复制 — 点击公式复制 LaTeX 或 MathML,可直接粘贴进 Word
  • 🔔 回复提醒 — 浏览历史时回复完成,弹窗 + 可选提示音
  • 💾 数据备份 — 插件数据一键导出 / 导入(JSON)
  • 🎨 贴合宿主 — 深浅主题实时跟随,中英文界面,逐功能开关

📦 安装

从 npm 安装(推荐):

# 安装 dsh-timeline 插件
dsh plugin --profile web add dsh-timeline

# 启动 DeepSeek Harness
dsh web

升级:

dsh plugin --profile web update dsh-timeline

[!TIP] 遇到 command not found: dsh?说明你是通过源码方式运行 DSH、没有安装全局 CLI。此时请在 DSH 源码仓库根目录下执行上述命令,并把开头的 dsh 换成 pnpm dsh,例如 pnpm dsh plugin --profile web add dsh-timeline。

⭐ 支持一下

如果 dsh-timeline 帮到了你,欢迎分享给朋友们,并在 GitHub 给个 Star,帮助更多人发现它!

📄 许可证

本项目基于 GPL-3.0-or-later 协议开源。

这意味着你可以自由地使用、学习、修改和分发本项目,但基于本项目的衍生作品也必须以相同协议开源,并保留原始版权声明。商用前请确认符合协议要求。