Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColorsOutput ¶
type Options ¶
type Options struct {
StateDir string
ShellDir string
ConfigDir string
Kind string
Value string
Mode ColorMode
IconTheme string
MatugenType string
RunUserTemplates bool
StockColors string
SyncModeWithPortal bool
TerminalsAlwaysDark bool
SkipTemplates string
AppChecker utils.AppChecker
}
func (*Options) ColorsOutput ¶
func (*Options) ShouldSkipTemplate ¶
type Queue ¶
type Queue struct {
// contains filtered or unexported fields
}
func (*Queue) HasPending ¶
type TemplateCheck ¶
func CheckTemplates ¶
func CheckTemplates(checker utils.AppChecker) []TemplateCheck
type TemplateDef ¶
type TemplateKind ¶
type TemplateKind int
const ( TemplateKindNormal TemplateKind = iota TemplateKindTerminal TemplateKindGTK TemplateKindVSCode )
Click to show internal directories.
Click to hide internal directories.