Documentation
¶
Index ¶
Constants ¶
View Source
const Logo = `` /* 1370-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppPhase ¶
type AppPhase int
AppPhase represents the current operational phase of the application
type PhaseConfig ¶
PhaseConfig holds display configuration for each phase
func GetPhaseConfig ¶
func GetPhaseConfig(phase AppPhase, toolName string) PhaseConfig
GetPhaseConfig returns the display configuration for a given phase
type PickerItem ¶
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
Spinner provides an animated status indicator
func NewSpinner ¶
func NewSpinner(app *tview.Application, view *tview.TextView) *Spinner
NewSpinner creates a new spinner component
Click to show internal directories.
Click to hide internal directories.