Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2026 Changes in this version + func NewSpinner(message string, doneChan <-chan struct{}) spinnerModel + type ProgressModel struct + func NewProgressModel(total int, updates <-chan ProgressUpdate) ProgressModel + func (m ProgressModel) Init() tea.Cmd + func (m ProgressModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m ProgressModel) View() tea.View + type ProgressUpdate struct + Current string + Done int + Final bool + Total int Other modules containing this package github.com/nmdra/notebrain-cli/v2