Documentation
¶
Index ¶
Constants ¶
View Source
const ( SymbolSuccess = "✓" SymbolError = "✗" SymbolInProgress = "⟳" SymbolBlocked = "◌" SymbolWarning = "⚠" SymbolManual = "👤" )
Status symbols for terminal output.
Variables ¶
View Source
var ( Green = lipgloss.NewStyle().Foreground(lipgloss.Color("2")) Red = lipgloss.NewStyle().Foreground(lipgloss.Color("1")) Yellow = lipgloss.NewStyle().Foreground(lipgloss.Color("3")) Blue = lipgloss.NewStyle().Foreground(lipgloss.Color("4")) Muted = lipgloss.NewStyle().Foreground(lipgloss.Color("8")) Bold = lipgloss.NewStyle().Bold(true) )
Functions ¶
func InProgress ¶
InProgress renders a yellow in-progress message.
Types ¶
Click to show internal directories.
Click to hide internal directories.