Documentation ¶ Index ¶ Constants func Highlight(content, extension, syntaxTheme string) (string, error) func NewModel(eventChan <-chan event.SaltEvent, maxItems int, filter string) model func WordsFilter(term string, targets []string) []list.Rank type Mode Constants ¶ View Source const ( YAML format = iota JSON PARSED ) Variables ¶ This section is empty. Functions ¶ func Highlight ¶ func Highlight(content, extension, syntaxTheme string) (string, error) func NewModel ¶ func NewModel(eventChan <-chan event.SaltEvent, maxItems int, filter string) model func WordsFilter ¶ func WordsFilter(term string, targets []string) []list.Rank Filter via multiple fields and keywords. Types ¶ type Mode ¶ added in v0.4.0 type Mode int const ( Following Mode = iota Frozen ) Source Files ¶ View all Source files filters.go item.go keymap.go styles.go tui.go utils.go Click to show internal directories. Click to hide internal directories.