docs(config-toggle): add config-toggle entry to offline docs and index

This commit is contained in:
2026-06-11 01:20:55 -04:00
parent 43fd36f5ea
commit f75d64bf9c
2 changed files with 30 additions and 0 deletions
+4
View File
@@ -139,6 +139,10 @@ media=## 5.13 Media and Utilities
dng2avif=### dng2avif
spark=### spark
miscfns=## 5.14 Miscellaneous
config-help=### config-help
config-update=### config-update
config-toggle=### config-toggle
toggle=### config-toggle
bash=### bash
cheat=### cheat
dockup=### dockup
+26
View File
@@ -1220,6 +1220,32 @@ Add -i (interactive confirmation) to destructive commands:
config-update --dry-run
config-update --force
### config-toggle
Synopsis: config-toggle [-h]
Opens an interactive full-screen TUI for toggling the six opinionated
component categories (C1C6) and the master disable variable without
having to type or remember variable names. Two scope tabs allow
independent per-scope configuration:
Universal — persists across all sessions (set -U)
Session — current shell only (set -g)
Changes apply immediately on each Space keypress. Always available
regardless of the __fish_config_opinionated master state.
Navigation:
↑ ↓ / j k Move cursor
Space Cycle: ON → OFF → DEFAULT → ON
Tab Switch scope (Universal ↔ Session)
q / Escape Exit
Flags:
--help / -h Show usage.
config-toggle
### bash
Synopsis: bash [args...]