Skip to main content

buttons config

Read and write per-user settings

Synopsis

Manage per-user defaults stored in ~/.buttons/settings.json. Settings are global only — personal preferences shouldn’t leak into project repos via .buttons/. Project-level knobs live on each button (e.g. ‘buttons create —timeout N’ pins a timeout for that button specifically). Known keys:
Running buttons config with no subcommand prints the current values. Resolution order for theme at TUI startup: $BUTTONS_THEME env var wins, then settings, then default. Env override keeps A/B comparison easy. Examples:

Options

Options inherited from parent commands

SEE ALSO