Documentation
¶
Index ¶
- Constants
- func GetStyleBorderedViewport() lipgloss.Style
- func GetStyleError() lipgloss.Style
- func GetStyleFormatIndicator() lipgloss.Style
- func GetStyleHeader() lipgloss.Style
- func GetStyleHelp() lipgloss.Style
- func GetStyleInfo() lipgloss.Style
- func GetStyleSearchCount() lipgloss.Style
- func GetStyleSuccess() lipgloss.Style
- func GetStyleWarning() lipgloss.Style
- func NewSearchInput() textinput.Model
- func StyleFileLine(rawCheckbox string, treePrefix string, icon string, iconColor string, ...) string
Constants ¶
const HelpText = `` /* 1258-byte string literal not displayed */
const UsageText = `` /* 2408-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func GetStyleBorderedViewport ¶
GetStyleBorderedViewport returns the bordered viewport style using the current theme
func GetStyleError ¶
GetStyleError returns the error style using the current theme
func GetStyleFormatIndicator ¶
GetStyleFormatIndicator returns the format indicator style using the current theme
func GetStyleHeader ¶
GetStyleHeader returns the header style using the current theme
func GetStyleHelp ¶
GetStyleHelp returns the help style using the current theme
func GetStyleInfo ¶ added in v1.0.3
GetStyleInfo returns the info style using the current theme
func GetStyleSearchCount ¶
GetStyleSearchCount returns the search count style using the current theme
func GetStyleSuccess ¶
GetStyleSuccess returns the success style using the current theme
func GetStyleWarning ¶ added in v1.0.3
GetStyleWarning returns the warning style using the current theme
func NewSearchInput ¶
NewSearchInput creates a new search input with styling from the current theme
func StyleFileLine ¶
func StyleFileLine( rawCheckbox string, treePrefix string, icon string, iconColor string, name string, rawSuffix string, isDir bool, isSelected bool, isCursor bool, isPartialDir bool, viewportWidth int, ) string
StyleFileLine styles a file line based on its properties and the current theme
Types ¶
This section is empty.