icons

package
v0.76.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License: MIT Imports: 2 Imported by: 0

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

func GetSpinnerFrame(step int) string

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL