Documentation
¶
Overview ¶
Copyright © 2024 Kaya-Sem Van Cauwenberghe <kayasemvc@gmail.com>
Index ¶
Constants ¶
View Source
const ( // XDG environment variable name EnvConfigHome = "XDG_CONFIG_HOME" // Default configuration paths DefaultConfigFolder = ".config" AppFolder = "gotogo" TodoFileName = "todo.csv" )
View Source
const ( CheckedSymbolColor = "#04B575" // green CheckedSymbol = "✓" UncheckedSymbol = " " )
Variables ¶
View Source
var FieldIndexes = map[string]int{
"id": 0,
"title": 1,
"completed": 2,
"timestamp": 3,
}
View Source
var Title = lipgloss.NewStyle(). Underline(true)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.