CLI Index CLI Index
← Back

Get Note CLI

Official v1.1.4

Save, search, tag, and organize Get Note knowledge entries from the terminal — built for both humans and AI agents

Agent Support
4/5
Platforms
macoslinuxwindows
Authentication

Login required — Run getnote auth login for browser OAuth, or pass --api-key for headless setups

Agent Usage Example

shell
getnote search 'RAG retrieval patterns' -o json

Installation

npm i -g @getnote/cli

Get Note CLI is the official command-line interface for biji.com’s Get Note service. It turns a personal knowledge base into a scriptable surface: save URLs, text, or images as notes, attach tags, search semantically across notebooks, manage knowledge bases, and generate share links — all from the terminal.

The CLI is designed with AI agents as first-class citizens. Every command supports -o json for structured output, and the project ships a Claude Code Skill file so assistants can drive note operations through natural language (“save this link with tag reading”, “find my notes on RAG retrieval”). Auth supports both interactive browser OAuth via getnote auth login and headless API keys, making it equally suitable for daily terminal use and unattended automation — cron-based daily logs, link archivers, batch importers.

Get Note CLI fits naturally into knowledge workflows that combine note-taking with development: capture findings during a debugging session, organize research across knowledge bases, and let an agent surface relevant prior notes when you start a new task.

Related Tools