Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
// contains filtered or unexported fields
}
func (Item) Description ¶
func (Item) FilterValue ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func LaunchSessionList ¶
type ModelCmdList ¶
type ModelCmdList struct {
// contains filtered or unexported fields
}
func LaunchCommandList ¶
func LaunchCommandList() ModelCmdList
func (ModelCmdList) Current ¶
func (m ModelCmdList) Current() string
func (*ModelCmdList) Filter ¶
func (m *ModelCmdList) Filter(term string)
func (ModelCmdList) Height ¶
func (m ModelCmdList) Height() int
func (ModelCmdList) Init ¶
func (m ModelCmdList) Init() tea.Cmd
func (ModelCmdList) StringView ¶
func (m ModelCmdList) StringView() string
func (ModelCmdList) View ¶
func (m ModelCmdList) View() tea.View
Click to show internal directories.
Click to hide internal directories.