Documentation
¶
Index ¶
Constants ¶
View Source
const ( CheckMark = "✓" CrossMark = "✗" GitBranch = "⎇" )
Status icons
View Source
const ( Robot = "🤖" Link = "🔗" Help = "❓" )
Emoji icons
View Source
const ( QueuedIcon = "•" BulletIcon = "•" )
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 StyledCheckMark ¶
func StyledCheckMark() string
Helper functions for consistent colored icon usage
func StyledCrossMark ¶
func StyledCrossMark() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.