open-note-cli
OpenNote CLI - 跨平台笔记管理命令行工具。
功能
- 创建、编辑、删除笔记
- 列出和搜索笔记
- 管理收藏和分类
- 启动和管理 MCP 服务器
安装
pip install open-note-cli
使用
笔记管理
# 创建笔记
opennote note create --title "我的笔记" --content "笔记内容"
# 列出笔记
opennote note list --limit 20
# 查看笔记详情
opennote note show <note-id>
# 编辑笔记
opennote note edit <note-id> --title "新标题"
# 搜索笔记
opennote note search "关键词"
# 删除笔记
opennote note delete <note-id>
MCP 服务
# 启动 MCP 服务器
opennote mcp start
# 查看 MCP 配置
opennote mcp inspect
配置
# 查看当前配置
opennote config get
许可证
- MIT
- Apache 2.0
Release files for open-note-cli 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| open_note_cli-0.3.2.tar.gz | 9.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| open_note_cli-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.8 kB
Release files / open_note_cli-0.3.2.tar.gz
| Download URL | open_note_cli-0.3.2.tar.gz |
|---|---|
| Size | 9.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
de617d07313233b5e0885872798a186cd5632ebf335150df508658503f4c7108
|
|
BLAKE2b-256 checksum How to use checksums |
3ab53290be852d6d009c56768565936fdddd75dbc46d434c09d61dfb74692428
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.9
|
Release files / open_note_cli-0.3.2-py3-none-any.whl
| Download URL | open_note_cli-0.3.2-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ebd50268b077a501b85cd7dfc2cc89d1e1ab39f4d0e1a9a444970c88aa72ea59
|
|
BLAKE2b-256 checksum How to use checksums |
83be6bf1a0ff1dca4b3d953bf303f27cf1f05737952e3aa1d76189c173889ce2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.9
|