TERMINAL
clawhub install cn-todo-today📖 About This Skill
slug: cn-todo-today name: 今日待办生成器 description: "cn-todo-today。纯Python标准库,无需API Key。" keywords: todo, today version: "1.0.0" author: 千策
今日待办生成器
简单易用的今日待办事项管理工具。
功能
使用方法
# 添加待办
python3 cn_todo_today.py add "完成报告"列出今日待办
python3 cn_todo_today.py list标记完成
python3 cn_todo_today.py done 1删除待办
python3 cn_todo_today.py delete 1统计
python3 cn_todo_today.py stats
参数
| 参数 | 说明 | 默认值 |
|------|------|--------|
| action | 操作:add/list/done/delete/stats | 必填 |
| --text | 待办文本(add时) | 空 |
| --id | 待办ID(done/delete时) | 空 |
数据存储
~/.cn_todo_today.json示例
# 添加
python3 cn_todo_today.py add "写周报"
python3 cn_todo_today.py add "回复邮件"查看
python3 cn_todo_today.py list完成
python3 cn_todo_today.py done 1