Documentation
¶
Overview ¶
Package tui provides interactive terminal user interfaces for gkit commands. Each command has its own subpackage (e.g., tui/match/) with isolated MVC components.
Index ¶
- Variables
- func AdjustOffset(cursor, offset, visibleHeight int) int
- func ClampCursor(cursor, listLen int) int
- func NewBorderedStyle(borderColor lipgloss.Color) lipgloss.Style
- func NewBorderedStyleWithPadding(borderColor lipgloss.Color, paddingVertical, paddingHorizontal int) lipgloss.Style
- func NewSearchInput(placeholder string) textinput.Model
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ColorAccentRed = lipgloss.Color("#FF6B6B") ColorAccentTeal = lipgloss.Color("#4ECDC4") ColorAccentYellow = lipgloss.Color("#FFE66D") ColorTextNormal = lipgloss.Color("#CCCCCC") ColorTextMuted = lipgloss.Color("#666666") ColorTextSubtle = lipgloss.Color("#888888") ColorTextDim = lipgloss.Color("#444444") ColorTextTree = lipgloss.Color("#555555") ColorBarEmpty = lipgloss.Color("#333333") ColorBackground = lipgloss.Color("#1A1A2E") ColorWhite = lipgloss.Color("#FFFFFF") )
Functions ¶
func AdjustOffset ¶
func ClampCursor ¶
func NewSearchInput ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.