思咚咚 - 记录灵感和想法的 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.3.0-py3-none-any.whl
(18.9 kB
view details)
File details
Details for the file think_cli-0.3.0-py3-none-any.whl.
File metadata
- Download URL: think_cli-0.3.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 |
af411d152b3b6ede5f41aa81cf943d9377bdd2505c85a064b40499e7f1e5c2e6
|
|
| MD5 |
9dee7a1623f4a274fd39edc29c9e16e7
|
|
| BLAKE2b-256 |
b4d04fe9805aa3eafa0718ebc82bd9b67a47c4f6d73c976f804b58372db9d9ca
|