一个简单友好的命令行待办清单工具
Project description
todo-cli
一个简单友好的命令行待办清单工具。用一条命令管理你的待办事项,数据保存在本地,随时可用。
✨ 功能
- ➕ 添加任务
- 📋 查看任务(编号连续,删除后自动重排)
- ✅ 标记完成
- 🗑️ 删除任务
- 🧹 一键清除所有已完成
- 数据存在本地 JSON,中文友好,无需联网
📦 安装
pip install chen-todo
🚀 使用
todo add 学会发布到PyPI
todo add 买 一盒 牛奶
todo list
todo done 1
todo remove 2
todo clear
todo --version
todo --help
todo list 的输出长这样:
[✓] 1 买牛奶
[ ] 2 学会发布到PyPI
共 2 个任务,1 个已完成
💾 数据存在哪?
所有任务保存在你用户主目录下的 .todo/tasks.json:
- Windows:
C:\Users\你的用户名\.todo\tasks.json - macOS / Linux:
~/.todo/tasks.json
📄 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chen_todo-0.1.1.tar.gz
(14.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chen_todo-0.1.1.tar.gz.
File metadata
- Download URL: chen_todo-0.1.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc6c20ddcb89271c96423c1b7a5cd91f7d3cd1b70d4391eda4cf30e7c014448e
|
|
| MD5 |
33b25222f43d1c4263551cae8ff31603
|
|
| BLAKE2b-256 |
931bac57ea3c762776236e976f7bd3a3a239a5ea1550e9cd6d2fb4566dcebf68
|
File details
Details for the file chen_todo-0.1.1-py3-none-any.whl.
File metadata
- Download URL: chen_todo-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e481a7332268cd5d5bec653953c81dddc94c49e99d8206add3f1d8171aee6de
|
|
| MD5 |
d7628f1cd2a117ddff487b37c158377a
|
|
| BLAKE2b-256 |
5c871db0c99c25b63001c9abed05a5f19ef25e96be2763dde2b211a9627ff606
|