Documentation
¶
Overview ¶
Package config handles the application configuration management.
Package models provides structure for config.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
RepoPath string // Absolute path to the git repository root
NotesPath string // Absolute path to the directory containing notes
Editor string // Command to launch the preferred text editor (e.g., "vim", "code")
Templates string // Path to the directory containing note templates
}
Config holds the global application configuration settings.
var Cfg Config
Cfg is the global configuration instance used throughout the application. It is initialized once during startup.
Click to show internal directories.
Click to hide internal directories.