思咚咚 - 记录灵感和想法的 CLI 工具
Project description
思咚咚
💡 记录灵感和思考的 CLI 工具
安装
pipx install dong-think
快速开始
# 初始化
dong-think init
# 记录想法
dong-think add "Agent Hub 可以去中心化"
dong-think add "想法:用 IPFS 存 Agent 包" --tag ipfs
# 列出想法
dong-think list
dong-think list --today
dong-think list --tag agenthub
# 搜索
dong-think search "去中心化"
# 回顾
dong-think review --week
# 统计
dong-think stats
命令
| 命令 | 说明 |
|---|---|
dong-think init |
初始化数据库 |
dong-think add |
记录想法 |
dong-think list |
列出想法 |
dong-think get |
获取详情 |
dong-think search |
搜索想法 |
dong-think update |
更新想法 |
dong-think delete |
删除想法 |
dong-think review |
回顾想法 |
dong-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.7.4.tar.gz
(13.5 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.7.4.tar.gz.
File metadata
- Download URL: dong_think-0.7.4.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94b2e673712560718a83ab585fe18a6310301ab07acb496dbeab618d138100e1
|
|
| MD5 |
c5b839536cc06b1602e42b549211f519
|
|
| BLAKE2b-256 |
35083e46191081b790e2d5a91207c32a1decdef411ab8f27a690e6524e8abdd7
|
File details
Details for the file dong_think-0.7.4-py3-none-any.whl.
File metadata
- Download URL: dong_think-0.7.4-py3-none-any.whl
- Upload date:
- Size: 23.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 |
ab8218d082ae37f0eaefd0118d0b682fa6bfcc99b78ac67b039ae22d32f88c96
|
|
| MD5 |
7a667f557f1208f85994dfdc16d7585d
|
|
| BLAKE2b-256 |
478d56be8b315ea0cc79bdc1b824d241d1f63d1789a87155721237e2547f31f4
|