Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2026 Changes in this version + var StyleBrand = lipgloss.NewStyle().Foreground(styles.Purple).Bold(true) + var StyleError = lipgloss.NewStyle().Foreground(styles.Error) + var StyleLog = lipgloss.NewStyle().Foreground(styles.Fg) + var StyleMuted = lipgloss.NewStyle().Foreground(styles.Muted) + var StyleSpinner = lipgloss.NewStyle().Foreground(styles.Purple) + var StyleStatusRunning = lipgloss.NewStyle().Foreground(styles.Mint) + var StyleStep = lipgloss.NewStyle().Foreground(styles.Mint) + var StyleSuccess = lipgloss.NewStyle().Foreground(styles.Mint) + var StyleTab = lipgloss.NewStyle().Foreground(styles.Muted) + var StyleTabActive = lipgloss.NewStyle().Foreground(styles.Mint).Bold(true) + var StyleWarn = lipgloss.NewStyle().Foreground(styles.Warn) + type Finder interface + Find func() (string, error) + type Model struct + func NewDownModel(brand string, f Finder, argv []string) Model + func NewModel(brand string, f Finder, argv []string) Model + func (m Model) FinalErr() error + func (m Model) Init() tea.Cmd + func (m Model) LegacyMode() bool + func (m Model) Root() string + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string