Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// ConfigDir is the directory where terminaltask stores its config/data files.
// Default: $TERMINALTASK_CONFIG_DIR or, if unset, UserConfigDir()/terminaltask.
ConfigDir string
// TasksFile is the full path to the tasks JSON file.
// Default: ConfigDir/tasks.json.
TasksFile string
}
Config holds configuration for terminaltask.
Click to show internal directories.
Click to hide internal directories.