Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PickerModel ¶
type PickerModel struct {
// contains filtered or unexported fields
}
func NewPicker ¶
func NewPicker(keys []db.Key) PickerModel
func (PickerModel) Aborted ¶
func (m PickerModel) Aborted() bool
func (PickerModel) Init ¶
func (m PickerModel) Init() tea.Cmd
func (PickerModel) Picked ¶
func (m PickerModel) Picked() *db.Key
func (PickerModel) View ¶
func (m PickerModel) View() string
type SeeModel ¶
type SeeModel struct {
// contains filtered or unexported fields
}
func (SeeModel) EnvExportKeys ¶
type SelectorModel ¶
type SelectorModel struct {
// contains filtered or unexported fields
}
func NewSelector ¶
func NewSelector(keys []db.Key) SelectorModel
func (SelectorModel) Aborted ¶
func (m SelectorModel) Aborted() bool
func (SelectorModel) Init ¶
func (m SelectorModel) Init() tea.Cmd
func (SelectorModel) SelectedKeys ¶
func (m SelectorModel) SelectedKeys() []db.Key
func (SelectorModel) View ¶
func (m SelectorModel) View() string
Click to show internal directories.
Click to hide internal directories.