Versions in this module Expand all Collapse all v2 v2.2.0 Jul 7, 2026 Changes in this version type Globals + HideTags bool + Queries []string type SearchCmd + Queries []string + Split bool + SplitBy string v2.1.1 Jul 5, 2026 Changes in this version + func ParseAndRun(ctx context.Context, version, commit, date string) error + type BacklinksCmd struct + Note string + func (c *BacklinksCmd) Run(globals *Globals) error + type BoostedCmd struct + Boost float64 + Limit int + Query string + Seed string + func (c *BoostedCmd) Run(globals *Globals) error + type CLI struct + Backlinks BacklinksCmd + Boosted BoostedCmd + Connections ConnectionsCmd + Get GetCmd + Hidden HiddenCmd + Ingest IngestCmd + Reset ResetCmd + Search SearchCmd + Stats StatsCmd + Tags TagsCmd + Version VersionCmd + type ConnectionsCmd struct + Hops int + Note string + func (c *ConnectionsCmd) Run(globals *Globals) error + type GetCmd struct + Slug string + func (c *GetCmd) Run(globals *Globals) error + type Globals struct + ChromaPath string + Config kong.ConfigFlag + ContextWindow int + Ctx context.Context + Format string + IncludeText bool + JSONPath string + LogFormat string + LogLevel string + MinScore float64 + NoHyperlinks bool + RespectExclude bool + SkipAttachments bool + SkipPhantom bool + UseEditor bool + VaultName string + VaultPath string + Verbose bool + Version kong.VersionFlag + VersionString string + type HiddenCmd struct + Limit int + Note string + func (c *HiddenCmd) Run(globals *Globals) error + type IngestCmd struct + ChunkOverlap int + ChunkSize int + Glob string + MinChunkWords int + Workers int + func (c *IngestCmd) Run(globals *Globals) error + type ResetCmd struct + func (c *ResetCmd) Run(globals *Globals) error + type SearchCmd struct + HasCode bool + HasTasks bool + Interactive bool + Limit int + Query string + Section string + Tag string + TopKPerNote int + func (c *SearchCmd) Run(globals *Globals) error + type StatsCmd struct + func (c *StatsCmd) Run(globals *Globals) error + type TagsCmd struct + MinShared int + Note string + func (c *TagsCmd) Run(globals *Globals) error + type VersionCmd struct + Writer io.Writer + func (c *VersionCmd) Run(globals *Globals) error Other modules containing this package github.com/nmdra/notebrain-cli