Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2026 Changes in this version + func Contract(p string) string + func DefaultConfigTOML() []byte + func Expand(p string) (string, error) + func Path() (string, error) + func Save(cfg Config) error + func WriteDefaults() error + type CommitConfig struct + AddTemplate string + Auto bool + MvTemplate string + RmTemplate string + SyncTemplate string + type Config struct + AgentDirs []string + CentralRepo string + Commit CommitConfig + ProjectsDepth int + ProjectsRoots []string + func Defaults() Config + func Load() (cfg Config, exists bool, err error)