Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuzzyFinder ¶
type FuzzyFinder struct { Header string // contains filtered or unexported fields }
FuzzyFinder encapsulates the fuzzy finder functionality
func NewFuzzyFinder ¶
func NewFuzzyFinder(vaultDir, header string) *FuzzyFinder
func (*FuzzyFinder) Execute ¶
func (f *FuzzyFinder) Execute(idx int)
Execute opens the target file selected by the fuzzy finder in the configured editor with arguments
func (*FuzzyFinder) RunWithQuery ¶
func (f *FuzzyFinder) RunWithQuery(query string, execute bool) (string, error)
Click to show internal directories.
Click to hide internal directories.