思咚咚 - 记录灵感和想法的 CLI 工具
Project description
思咚咚
💡 记录灵感和思考的 CLI 工具
安装
pipx install dong-think
快速开始
# 初始化
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dong_think-0.6.0.tar.gz
(12.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 dong_think-0.6.0.tar.gz.
File metadata
- Download URL: dong_think-0.6.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c2c8d51d1987a0e4adbe8d7306353fc2c32caf798cb70b520cd5de672b38e8d
|
|
| MD5 |
2daecc90ade0b5ec63e983df132791d8
|
|
| BLAKE2b-256 |
a5cf63016cf29bb60d1c091fe5c7369a766b7689787a014c28746b7e8c260588
|
File details
Details for the file dong_think-0.6.0-py3-none-any.whl.
File metadata
- Download URL: dong_think-0.6.0-py3-none-any.whl
- Upload date:
- Size: 22.0 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 |
ced35a7441dab9f2a24db782e0a5a11eb819b07cca06827e426aa136f75f53a0
|
|
| MD5 |
e1e1a90eed9ad16b1c4730374286a181
|
|
| BLAKE2b-256 |
ae4c30410ad86ad62b5345fe34c4e831da7a1d7b0ae54f299d091803f7460242
|