Configuration
Configuration is stored at ~/.budbloom/config.toml. All keys are optional — defaults are shown.
Core settings
[core]
data_dir = "~/.budbloom/data"
editor = "$EDITOR"
timezone = "UTC"
[output]
color = true
format = "text" # or "json"
[sync]
enabled = false # local-only by default
Resetting to defaults
budbloom config reset
Backs up the existing file to config.toml.bak and writes fresh defaults.