Task Planner / 楼台任务助手
Your professional local task manager. All data stays on your machine.
Quick Start / 快速开始
Just ask your AI assistant: / 直接告诉 AI 助手:
- - "Add a high priority task: Finish report by Friday" (添加高优先级任务:周五前完成报告)
- "Show all tasks due today" (显示今日待办任务)
- "Mark task #1 as completed" (标记任务1为已完成)
When to Use / 使用场景
- - Daily Workflow: Organizing your immediate to-do list and staying productive.
- Deadline Tracking: Keeping an eye on upcoming project milestones and due dates.
- Privacy First: When you need a task manager that doesn't upload your data to the cloud.
Requirements / 要求
- - bash 4+
- python3 (standard library)
Safety & Privacy / 安全与隐私
- - Local Storage: All data is stored in
~/.task-planner/tasks.json. - No Cloud: This tool does NOT make any network calls or cloud sync.
- Minimalist: Only standard Linux tools and Python 3 are required.
Commands / 常用功能
add
Add a new task with optional priority and due date.
CODEBLOCK0
list
Display pending or all tasks.
CODEBLOCK1
done
Complete a task by ID.
CODEBLOCK2
Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
技能名称:Task Planner — 专业任务管理与日程安排工具
详细描述:
Task Planner / 楼台任务助手
您的专业本地任务管理器。所有数据均保留在您的设备上。
Quick Start / 快速开始
只需告知您的 AI 助手:
- - 添加高优先级任务:周五前完成报告
- 显示今日待办任务
- 标记任务1为已完成
When to Use / 使用场景
- - 日常工作流:整理即时待办事项清单,保持高效产出。
- 截止日期追踪:关注即将到来的项目里程碑和截止日期。
- 隐私优先:当您需要一个不上传数据至云端的任务管理器时。
Requirements / 要求
Safety & Privacy / 安全与隐私
- - 本地存储:所有数据存储在 ~/.task-planner/tasks.json 中。
- 无云端:此工具不会进行任何网络调用或云同步。
- 极简设计:仅需标准 Linux 工具和 Python 3。
Commands / 常用功能
add
添加新任务,可设置优先级和截止日期。
bash
bash scripts/script.sh add 任务描述 --priority high --due 2026-12-31
list
显示待办或全部任务。
bash
bash scripts/script.sh list --status pending
done
按 ID 完成任务。
bash
bash scripts/script.sh done 1
Feedback
https://bytesagain.com/feedback/
由 BytesAgain 提供支持 | bytesagain.com