Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigDir = "taskyzator"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controls ¶
type Controls struct {
// Main control
Quit Key `yaml:"quit"`
Apply Key `yaml:"apply"`
Cancel Key `yaml:"cancel"`
CursorUp Key `yaml:"cursor-up"`
CursorDown Key `yaml:"cursor-down"`
// tasks
NewTask Key `yaml:"new-task"`
DoneTask Key `yaml:"done-task"`
UndoneTask Key `yaml:"undone-task"`
ArchiveTask Key `yaml:"archive-task"`
UnarchiveTask Key `yaml:"unarchive-task"`
DeleteTask Key `yaml:"delete-task"`
}
type Style ¶
type Style struct {
ErrorColor string `yaml:"error-color"`
AccentColor string `yaml:"accent-color"`
DimmedColor string `yaml:"dimmed-color"`
NormalColor string `yaml:"normal-color"`
ActiveTaskTextColor string `yaml:"active-task-text-color"`
DoneTaskTextColor string `yaml:"done-task-text-color"`
ArchivedTaskTextColor string `yaml:"archived-task-text-color"`
}
Click to show internal directories.
Click to hide internal directories.