Versions in this module Expand all Collapse all v0 v0.1.5 Apr 14, 2021 Changes in this version + func DataDirs() []string + func RunScript(exec string) (string, error) + func Scan(dirs []string) ([][]*Entry, error) + type Entry struct + Comment string + Exec string + GenericName string + Icon string + Name string + Path string + Terminal bool + Type EntryType + URL string + func Parse(content io.Reader, buf []byte) (*Entry, error) + func (e *Entry) ExpandExec(args string) string + type EntryType int + const Application + const Directory + const Link + const Unknown + func (t EntryType) String() string