Documentation
¶
Index ¶
Constants ¶
View Source
const ( CheckMark = "✓" CrossMark = "✗" )
Status icons
View Source
const ( Robot = "🤖" Link = "🔗" Help = "❓" Lightbulb = "💡" )
Emoji icons
View Source
const ( QueuedIcon = "•" ExecutingIcon = "⚡" BulletIcon = "•" SpinnerFrames = "⣾⣽⣻⢿⡿⣟⣯⣷" ProgressDots = "⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏" ModernSpinner = "◐◓◑◒" ArrowSpinner = "▶▷▶▷" )
Tool execution icons - modern Unicode symbols
Variables ¶
View Source
var ( CheckMarkStyle = lipgloss.NewStyle().Foreground(colors.SuccessColor.GetLipglossColor()).Bold(true) CrossMarkStyle = lipgloss.NewStyle().Foreground(colors.ErrorColor.GetLipglossColor()).Bold(true) )
Icon styles
Functions ¶
func GetSpinnerFrame ¶ added in v0.49.0
GetSpinnerFrame returns the appropriate spinner frame based on animation step
func StyledCheckMark ¶ added in v0.47.0
func StyledCheckMark() string
Helper functions for consistent colored icon usage
func StyledCrossMark ¶ added in v0.47.0
func StyledCrossMark() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.