Versions in this module Expand all Collapse all v0 v0.1.0 May 3, 2026 Changes in this version + type BatchCompleteMsg struct + Results []processor.BatchResult + type BatchErrorMsg struct + Err error + type BatchResultInfo struct + Error string + InputPath string + type BatchStartMsg struct + TotalFiles int + type Model struct + func NewModel() Model + func (m Model) Completed() int + func (m Model) CurrentFile() string + func (m Model) Err() error + func (m Model) Failed() int + func (m Model) Init() tea.Cmd + func (m Model) State() State + func (m Model) TotalFiles() int + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type ProgressMsg struct + Progress processor.Progress + type State int + const StateCompleted + const StateError + const StateProcessing + const StateWaiting