list

package
v0.14.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EditOnlineBinding = HelpBinding{
	Binding: key.NewBinding(key.WithKeys("e"), key.WithHelp("e", "edit online")),
}

Functions

func HandleSelectedCommand

func HandleSelectedCommand(selectedCommand string) tea.Cmd

func NewAskDelegate

func NewAskDelegate() list.DefaultDelegate

func OpenBrowser

func OpenBrowser(url string, onComplete tea.Msg, onErr tea.Msg) tea.Cmd

TODO: handle errors by passing in a better error message

Types

type HelpBinding added in v0.11.0

type HelpBinding struct {
	Binding key.Binding
}

TODO: we should be able to specify handlers for key bindings here

func NewHelpBinding added in v0.11.0

func NewHelpBinding(k, description string) HelpBinding

type Item

type Item struct {
	Command         string
	DescriptionText string
}

func (Item) Description

func (i Item) Description() string

func (Item) FilterValue

func (i Item) FilterValue() string

func (Item) Title

func (i Item) Title() string

type Model

type Model struct {
	// contains filtered or unexported fields
}

func NewModel

func NewModel(items []Item, title string, url string, helpBindings ...HelpBinding) Model

func NewModelWithDelegate

func NewModelWithDelegate(items []Item, title string, url string, delegate list.ItemDelegate, helpBindings ...HelpBinding) Model

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) SelectedCommand

func (m Model) SelectedCommand() string

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) View

func (m Model) View() string

type NopMsg

type NopMsg struct{}

type RefinePromptMsg added in v0.11.0

type RefinePromptMsg struct{}

type SaveAsRunbookAndExecuteMsg added in v0.14.0

type SaveAsRunbookAndExecuteMsg struct{}

type SaveAsRunbookMsg added in v0.14.0

type SaveAsRunbookMsg struct{}

type SelectedCommandMsg

type SelectedCommandMsg struct {
	Command string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL