思咚咚 - 记录灵感和想法的 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.4.0.tar.gz
(11.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
think_cli-0.4.0-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file think_cli-0.4.0.tar.gz.
File metadata
- Download URL: think_cli-0.4.0.tar.gz
- Upload date:
- Size: 11.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 |
c4ad97eebb4304e7c4b80c421840ed61b1bb653233aacec2e620e7e172d82be4
|
|
| MD5 |
24750fa8284d84e71979aef0f479efe4
|
|
| BLAKE2b-256 |
5b86147a02e6590b26dd1944cfe3307b661e641a2151f25f4babdfd0ab9909ae
|
File details
Details for the file think_cli-0.4.0-py3-none-any.whl.
File metadata
- Download URL: think_cli-0.4.0-py3-none-any.whl
- Upload date:
- Size: 18.9 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 |
dceb1d26a22ff78fc73414506c6cfc15e561b370c6eaadb06591add6998325f6
|
|
| MD5 |
1e41e509d458b59dc5ffd6e992d104a2
|
|
| BLAKE2b-256 |
d6cd9f6960ed43d354c532eca0f24d4c2318a90456feaae92c8a06772d40f4dc
|