config
Manage the global workmux configuration file (~/.config/workmux/config.yaml).
config edit
Open the global configuration file in your preferred editor.
bash
workmux config editUses $VISUAL, then $EDITOR, then falls back to vi. If the configuration file does not exist yet, it is created with commented-out defaults before opening.
config path
Print the path to the global configuration file. Useful for scripting.
bash
workmux config path
# Output: /home/user/.config/workmux/config.yamlconfig reference
Print the default configuration file with all options documented. Useful for discovering available options or piping to an AI agent for context.
bash
workmux config referenceExamples
bash
# Edit global config
workmux config edit
# Use a specific editor
EDITOR=nano workmux config edit
# Print the config path (for use in scripts)
cat "$(workmux config path)"
# Print the default config reference
workmux config referenceSee also
- Configuration guide for all available options
initto generate a project-level.workmux.yaml