@weibaohui/nothing-todo 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +58 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,58 @@
1
+ # NothingTodo
2
+
3
+ A cross-platform CLI tool for managing your daily tasks, built with Rust.
4
+
5
+ > "无事可做" — 因为 AI 已经帮你做完了。
6
+
7
+ ## Preview
8
+
9
+ ![Dashboard](https://raw.githubusercontent.com/weibaohui/nothing-todo/main/docs/dashboard.png)
10
+
11
+ ![Task Detail](https://raw.githubusercontent.com/weibaohui/nothing-todo/main/docs/detail.png)
12
+
13
+ ## Features
14
+
15
+ - **智能任务管理** — 创建、编辑、跟踪 Todo,支持多种状态(待办、进行中、已完成、已取消、已归档)
16
+ - **多 AI 执行器支持** — 集成 Claude Code、JoinAI、CodeBuddy、OpenCode、AtomCode 等多种 AI CLI 工具
17
+ - **可视化仪表盘** — 实时统计任务完成情况,支持趋势图表和数据洞察
18
+ - **标签系统** — 灵活的标签分类,快速筛选和定位任务
19
+ - **定时调度** — 内置 Cron 调度器,支持定时触发任务执行
20
+ - **跨平台** — 支持 Windows、macOS、Linux(x86_64 & ARM64)
21
+ - **执行历史** — 完整记录每次执行的日志,支持重新执行
22
+
23
+ ## Installation
24
+
25
+ ```bash
26
+ npm install -g @weibaohui/nothing-todo
27
+ ```
28
+
29
+ ## Usage
30
+
31
+ ```bash
32
+ ntd # 启动服务(默认端口 8088)
33
+ ntd version # 查看版本信息
34
+ ntd upgrade # 升级到最新版本
35
+ ntd --help # 查看帮助
36
+ ```
37
+
38
+ 启动后打开浏览器访问 http://localhost:8088
39
+
40
+ ## Supported AI Executors
41
+
42
+ | Executor | Description |
43
+ |----------|-------------|
44
+ | Claude Code | Anthropic 官方 CLI |
45
+ | JoinAI | AI 工作流工具 |
46
+ | CodeBuddy | 代码助手 |
47
+ | OpenCode | 开源代码助手 |
48
+ | AtomCode | AI 代码编辑器 |
49
+
50
+ ## Platform Support
51
+
52
+ - macOS (arm64)
53
+ - Linux (x64, arm64)
54
+ - Windows (x64)
55
+
56
+ ## License
57
+
58
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weibaohui/nothing-todo",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "NothingTodo - Rust CLI for managing your daily tasks",
5
5
  "keywords": [
6
6
  "todo",