Documentation
¶
Overview ¶
Package tui is the Bubble Tea program: it counts down the current step and renders it with the Bubbles progress component, then asks the schedule provider for the next step.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the Bubble Tea model for a bub run.
func New ¶
New builds a Model from a schedule provider. It returns ok == false when the provider has no steps at all. iconBytes is the PNG to show in macOS notifications; pass nil to use the system default.
Click to show internal directories.
Click to hide internal directories.