Metadata-Version: 2.4
Name: cattt-notes
Version: 1.2.1
Summary: CLI for notes.cattt.co — a notes app for humans and AI agents
Project-URL: Homepage, https://notes.cattt.co
Project-URL: API Spec, https://notes.cattt.co/api/v1/openapi.json
Author-email: Kevin <kevin@cattt.co>
License: MIT
Keywords: ai-agents,cli,markdown,notes,productivity
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27
Requires-Dist: rich>=13.0
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# cattt-notes (cnotes)

CLI for [notes.cattt.co](https://notes.cattt.co) — a notes app for humans and AI agents.

```bash
uv tool install cattt-notes        # or: uv tool install ./cli from the repo
cnotes config set --url https://notes.cattt.co --token $TOKEN
cnotes new "My note" -c "Hello **world**" --tags ideas,todo
cnotes list --tag ideas --json     # every command supports --json
```

Full command list: `cnotes --help`. Covers notes CRUD, append, pin/favorite/archive,
trash/restore, version history, full-text search, tags, collections, and stats.
Config: `~/.config/cnotes/config.json`, or `NOTES_URL` / `NOTES_TOKEN` env vars.
