Documentation
¶
Index ¶
Constants ¶
View Source
const ( ViewDashboard = iota ViewMarketplace ViewInstalled ViewDetail ViewMcpConfig )
Variables ¶
View Source
var Keys = KeyMap{ Tab: key.NewBinding( key.WithKeys("tab"), key.WithHelp("tab", "next tab"), ), ShiftTab: key.NewBinding( key.WithKeys("shift+tab"), key.WithHelp("shift+tab", "prev tab"), ), Num1: key.NewBinding( key.WithKeys("1"), key.WithHelp("1", "dashboard"), ), Num2: key.NewBinding( key.WithKeys("2"), key.WithHelp("2", "marketplace"), ), Num3: key.NewBinding( key.WithKeys("3"), key.WithHelp("3", "installed"), ), Enter: key.NewBinding( key.WithKeys("enter"), key.WithHelp("enter", "select"), ), Esc: key.NewBinding( key.WithKeys("esc"), key.WithHelp("esc", "back"), ), Quit: key.NewBinding( key.WithKeys("q", "ctrl+c"), key.WithHelp("q", "quit"), ), Help: key.NewBinding( key.WithKeys("?"), key.WithHelp("?", "help"), ), Filter: key.NewBinding( key.WithKeys("/"), key.WithHelp("/", "filter"), ), }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.