Documentation
¶
Index ¶
- func InitConfig() error
- func NewModel(cancel context.CancelFunc, g glob.Glob, themeOverride string) model
- func RunAll(m model, p *tea.Program, context context.Context)
- func WatchForChanges(m model, p *tea.Program, ctx context.Context) []*fsnotify.Watcher
- func WatchForTriggers(m model, p *tea.Program, ctx context.Context)
- type Command
- type CommandConfig
- type Config
- type Status
- type Theme
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
func InitConfig() error
func WatchForChanges ¶
Types ¶
type CommandConfig ¶ added in v0.6.0
type CommandConfig struct {
Commands []Command `yaml:"commands"`
}
Click to show internal directories.
Click to hide internal directories.