Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ItemLineStyle ¶
func SelectedItemStyle ¶
Types ¶
type FuzzyFinder ¶
type FuzzyFinder struct {
Width int
Height int
Keymap keymap.FuzzyMap
Help help.Model
Vp viewport.Model
Ti textinput.Model
Items []string
Filtered []string
SelectedIndex int
}
func (*FuzzyFinder) Filter ¶
func (m *FuzzyFinder) Filter(val string)
func (*FuzzyFinder) Init ¶
func (m *FuzzyFinder) Init() tea.Cmd
func (*FuzzyFinder) Update ¶
func (m *FuzzyFinder) Update(msg tea.Msg) (FuzzyFinder, tea.Cmd)
func (*FuzzyFinder) UpdateVP ¶
func (m *FuzzyFinder) UpdateVP()
func (*FuzzyFinder) View ¶
func (m *FuzzyFinder) View() string
Click to show internal directories.
Click to hide internal directories.