Versions in this module Expand all Collapse all v1 v1.25.1 Feb 22, 2026 Changes in this version + func Launch() error + type AppModel struct + func NewAppModel() AppModel + func (m AppModel) Init() tea.Cmd + func (m AppModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m AppModel) View() string + type KeyMap struct + Back key.Binding + Config key.Binding + Confirm key.Binding + CopyURL key.Binding + Detail key.Binding + Down key.Binding + Enter key.Binding + Filter key.Binding + Help key.Binding + Launch key.Binding + Logs key.Binding + Mailpit key.Binding + PageDown key.Binding + PageUp key.Binding + Poweroff key.Binding + Quit key.Binding + Refresh key.Binding + Restart key.Binding + SSH key.Binding + Start key.Binding + StartAll key.Binding + Stop key.Binding + StopAll key.Binding + Up key.Binding + XHGui key.Binding + Xdebug key.Binding + func DefaultKeyMap() KeyMap + type ProjectDetail struct + Addons []string + AppRoot string + DBPublishedPort string + DatabaseType string + DatabaseVersion string + Docroot string + MailpitURL string + Name string + NodeJSVersion string + PHPVersion string + PerformanceMode string + Services []ServiceInfo + Status string + Type string + URLs []string + WebserverType string + XdebugEnabled bool + type ProjectInfo struct + AppRoot string + Name string + Status string + Type string + URL string + type ServiceInfo struct + Name string + Status string + type Styles struct + Cursor lipgloss.Style + DetailLabel lipgloss.Style + DetailValue lipgloss.Style + Divider lipgloss.Style + HelpDesc lipgloss.Style + HelpKey lipgloss.Style + HelpOverlay lipgloss.Style + Paused lipgloss.Style + ProjectName lipgloss.Style + ProjectType lipgloss.Style + Running lipgloss.Style + StatusBar lipgloss.Style + Stopped lipgloss.Style + Title lipgloss.Style + URL lipgloss.Style + func NewStyles() Styles