teak-cli
v1.0.59
Published
Command-line client for Teak, the personal knowledge hub for saving and rediscovering ideas.
Maintainers
Readme
Teak CLI
Command-line client for Teak, the personal knowledge hub for saving and rediscovering ideas, links, files, notes, and references.
Install
npm install -g teak-cliteak --versionSign In
teak loginThe CLI opens Teak in your browser and stores the resulting session securely in macOS Keychain when available. You can also use an API key:
teak --api-key teakapi_... cards listCommon Commands
teak add "Design note from today's review" --tags design,research
teak add --url https://example.com --tags reference
teak add --file ./screenshot.png --notes "Homepage inspiration"
teak search "homepage inspiration"
teak cards list --type link --limit 20
teak cards get <card-id>
teak cards update <card-id> --tags design,approved
teak fav <card-id>
teak rm <card-id>
teak tagsUse --json on any command for script-friendly output.
Docs
- CLI guide: teakvault.com/docs/cli
- API docs: teakvault.com/docs/api
- MCP docs: teakvault.com/docs/mcp
