Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2026 Changes in this version + func ParseAndRun(ctx context.Context) 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 + Hidden HiddenCmd + Ingest IngestCmd + Reset ResetCmd + Search SearchCmd + Stats StatsCmd + Tags TagsCmd + type ConnectionsCmd struct + Hops int + Note string + func (c *ConnectionsCmd) Run(globals *Globals) error + type Globals struct + ChromaMode string + ChromaPath string + ChromaURL string + Ctx context.Context + NoHyperlinks bool + Vault string + VaultName string + Verbose bool + type HiddenCmd struct + Limit int + Note string + func (c *HiddenCmd) Run(globals *Globals) error + type IngestCmd struct + Glob string + 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 + 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 v1.0.0 Jun 18, 2026 Changes in this version + func Execute() v1.0.0-rc.1 Jun 18, 2026 v1.0.0-beta Jun 18, 2026 v1.0.0-alpha Jun 18, 2026 Other modules containing this package github.com/nmdra/notebrain-cli/v2