Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlyphLabelDockerOfficial = "" GlyphLabelVerifiedPublisher = "" GlyphLabelOpenSourceProgram = "" GlyphLabelCommunity = "וֹ" GlyphStatsDownloads = "" GlyphStatsStars = "" GlyphIsPrivate = "" GlyphPrivate = "" GlyphPublic = "" ColorLabelDockerOfficial = lipgloss.AdaptiveColor{Light: "#83c5be", Dark: "#2E7F74"} ColorLabelVerifiedPublisher = lipgloss.AdaptiveColor{Light: "#48cae4", Dark: "#086DD7"} ColorLabelOpenSourceProgram = lipgloss.AdaptiveColor{Light: "#7D2EFF", Dark: "#7D2EFF"} ColorLabelCommunity = lipgloss.AdaptiveColor{Light: "#BDE0FE", Dark: "#BDE0FE"} Keys = KeyMap{ Up: key.NewBinding( key.WithKeys("up", "k"), key.WithHelp("↑/k", "move up"), ), Down: key.NewBinding( key.WithKeys("down", "j"), key.WithHelp("↓/j", "move down"), ), FirstItem: key.NewBinding( key.WithKeys("g", "home"), key.WithHelp("g/home", "first item"), ), LastItem: key.NewBinding( key.WithKeys("G", "end"), key.WithHelp("G/end", "last item"), ), PrevView: key.NewBinding( key.WithKeys("left", "h"), key.WithHelp("/h", "previous view"), ), NextView: key.NewBinding( key.WithKeys("right", "l"), key.WithHelp("/l", "next view"), ), PageUp: key.NewBinding( key.WithKeys("ctrl+u"), key.WithHelp("Ctrl+u", "preview page up"), ), PageDown: key.NewBinding( key.WithKeys("ctrl+d"), key.WithHelp("Ctrl+d", "preview page down"), ), TogglePreview: key.NewBinding( key.WithKeys("p"), key.WithHelp("p", "open in Preview"), ), OpenDockerHub: key.NewBinding( key.WithKeys("o"), key.WithHelp("o", "open in GitHub"), ), Refresh: key.NewBinding( key.WithKeys("r"), key.WithHelp("r", "refresh"), ), Help: key.NewBinding( key.WithKeys("?"), key.WithHelp("?", "toggle help"), ), Quit: key.NewBinding( key.WithKeys("q", "esc", "ctrl+c"), key.WithHelp("q", "quit"), ), } )
Functions ¶
This section is empty.
Types ¶
type Dimensions ¶
Click to show internal directories.
Click to hide internal directories.