Documentation
¶
Overview ¶
Package picker provides Bubble Tea pickers for interactive selection.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectPickerResult ¶
ProjectPickerResult holds the result of a project picker session.
func RunProjectPicker ¶
func RunProjectPicker(projects []types.Project, title string) (*ProjectPickerResult, error)
RunProjectPicker launches a Bubble Tea project picker and returns the selected project.
type TaskPickerResult ¶
TaskPickerResult holds the result of a task picker session.
func RunTaskPicker ¶
func RunTaskPicker(tasks []types.Task, projectNames []string, title string) (*TaskPickerResult, error)
RunTaskPicker launches a Bubble Tea task picker and returns the selected task.
Click to show internal directories.
Click to hide internal directories.