Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

bubbletea

Bubble Tea — the Elm Architecture TUI framework for Go (charmbracelet/bubbletea).

referencedescription
model-viewModel/Init/Update/View cycle, View struct, alt screen
commandsCmd, Batch, Sequence, Tick, Every, async I/O
messagesKeyMsg, MouseMsg, WindowSizeMsg, custom messages
programProgram, Run, Send, Quit, Wait, ProgramOptions
renderercursedRenderer, ScreenBuffer, ultraviolet, diffing
input-signalsraw mode, key sequences, bracketed paste, signals
testingWithInput, WithoutRenderer, test patterns
compositionsub-models, bubbles, lipgloss, glamour, focus
v1-v2-migrationView() string vs View() tea.View, KeyMsg changes
patternsarchitecture, state machine, pubsub, render cache