Expand description
Workspace configuration.
Each workspace represents a sync target folder with its own provider,
selected organizations, and repository filters. Workspace config lives
inside the sync folder itself at <root>/.git-same/config.toml, making
workspaces portable and self-describing.
Structs§
- Workspace
Config - Configuration for a single workspace (sync target folder).
- Workspace
Provider - Provider configuration scoped to a single workspace.
Functions§
- tilde_
collapse_ path - Collapse the home directory prefix to
~for display.