Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitialDesktopModel ¶
InitialDesktopModel returns a runner model populated from freedesktop desktop entries.
func InitialModel ¶
InitialModel returns an app runner model populated from PATH.
Types ¶
type DesktopModel ¶
type DesktopModel struct {
// contains filtered or unexported fields
}
func (DesktopModel) Init ¶
func (m DesktopModel) Init() tea.Cmd
func (DesktopModel) SelectedExec ¶
func (m DesktopModel) SelectedExec() string
SelectedExec returns the Exec command of the selected desktop entry when Quit.
func (DesktopModel) View ¶
func (m DesktopModel) View() string
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (Model) SelectedPath ¶
SelectedPath returns the absolute path of the selected executable when Quit.
Click to show internal directories.
Click to hide internal directories.