Kavi

kavi brain

Search and list brain knowledge entries.

Beta Feature

This command is only available in beta releases and is not included in stable versions yet.

Synopsis

kavi brain [options]

Description

Lists or searches brain knowledge entries. By default, shows the 20 most recent entries sorted by update time. With --query, performs full-text search with scored ranking. Each entry shows its ID, source type, pinned status, title, tags, and content.

Options

FlagDescription
--jsonOutput as JSON
--allRemove result limit
--query <text>Full-text search query

Examples

# List recent brain entries
kavi brain

# Search for entries related to auth
kavi brain --query "auth"

# List all entries as JSON
kavi brain --all --json

On this page