Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
ID string
Label string
Description string
Category string
SlashCommand string
Execute func() tea.Cmd
}
Command represents a single command in the palette
func BuiltInSessionCommands ¶
func BuiltInSessionCommands() []Item
type OpenURLMsg ¶ added in v1.9.6
type OpenURLMsg struct {
URL string
}
Click to show internal directories.
Click to hide internal directories.