Documentation
¶
Index ¶
Constants ¶
View Source
const ApplicationsName = "applications"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Applications ¶
type Applications struct {
// contains filtered or unexported fields
}
func (Applications) Entries ¶
func (a Applications) Entries(_ string) []Entry
func (Applications) Name ¶
func (a Applications) Name() string
func (Applications) Prefix ¶
func (a Applications) Prefix() string
type Entry ¶
type Entry struct { Label string `json:"label,omitempty"` Sub string `json:"sub,omitempty"` Exec string `json:"exec,omitempty"` Terminal bool `json:"terminal,omitempty"` Icon string `json:"icon,omitempty"` IconIsImage bool `json:"icon_is_image,omitempty"` HideText bool `json:"hide_text,omitempty"` Categories []string `json:"categories,omitempty"` Notifyable bool `json:"notifyable,omitempty"` Class string `json:"class,omitempty"` History bool `json:"history,omitempty"` HistoryIdentifier string `json:"history_identifier,omitempty"` Matching MatchingType `json:"matching,omitempty"` ScoreFinal float64 `json:"score_final,omitempty"` MinScoreToInclude float64 `json:"min_score_to_include,omitempty"` ScoreFuzzy int `json:"score_fuzzy,omitempty"` Identifier string `json:"-"` Used int `json:"-"` DaysSinceUsed int `json:"-"` LastUsed time.Time `json:"-"` }
type External ¶
type External struct { ModuleName string // contains filtered or unexported fields }
type MatchingType ¶ added in v0.0.20
type MatchingType int
const ( Fuzzy MatchingType = iota AlwaysTop AlwaysBottom )
Click to show internal directories.
Click to hide internal directories.