Versions in this module Expand all Collapse all v0 v0.2.0 Apr 26, 2026 Changes in this version + type ListAppOptions struct + Headless bool + HeadlessWriter io.Writer + Search string + Styles *stylespkg.Styles + TypeFilter string + type MainModel struct + Error error + func NewListApp(opts ListAppOptions) (*MainModel, error) + func (m MainModel) Init() tea.Cmd + func (m MainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m MainModel) View() string + type PluginsLoadErrorMsg struct + Err error + type PluginsLoadedMsg struct + Plugins []*plugins.InstalledPlugin