思咚咚 - 记录灵感和想法的 CLI 工具
Project description
思咚咚
💡 记录灵感和思考的 CLI 工具
安装
pip install think-cli
快速开始
# 初始化
think init
# 记录想法
think add "Agent Hub 可以去中心化"
think add "想法:用 IPFS 存 Agent 包" --tag ipfs
# 列出想法
think list
think list --today
think list --tag agenthub
# 搜索
think search "去中心化"
# 回顾
think review --week
# 统计
think stats
命令
| 命令 | 说明 |
|---|---|
think init |
初始化数据库 |
think add |
记录想法 |
think list |
列出想法 |
think get |
获取详情 |
think search |
搜索想法 |
think update |
更新想法 |
think delete |
删除想法 |
think review |
回顾想法 |
think stats |
统计信息 |
数据存储
~/.think/think.db
开发
# 克隆
git clone https://github.com/gudong/think-cli.git
cd think-cli
# 安装依赖
python -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
# 运行测试
pytest
License
MIT
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
think_cli-0.2.0.tar.gz
(11.3 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
think_cli-0.2.0-py3-none-any.whl
(17.8 kB
view details)
File details
Details for the file think_cli-0.2.0.tar.gz.
File metadata
- Download URL: think_cli-0.2.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a38dcd0b4e0440285da77c4a7daac6722b2766d1fe477242920713a92383ac9
|
|
| MD5 |
4be5e5aa0086e3dba4696a2f7157b241
|
|
| BLAKE2b-256 |
21c354e92180097c82b3e8ebdb6e86e95fa6ffd10f9c5e191ff81a5698e7f06a
|
File details
Details for the file think_cli-0.2.0-py3-none-any.whl.
File metadata
- Download URL: think_cli-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9226d35e6ddb5fb8abf99e3214e92abc8f7579a0695ea6933f7c6603a4291470
|
|
| MD5 |
1f59a7cd0ba376e7a921eae891ce6173
|
|
| BLAKE2b-256 |
bc1437dd9f60b7d7885b8eb062ae4076bf6b1d0bc376bae535dedec9ba03e2e8
|