docs(config-toggle): add config-toggle entry to offline docs and index
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 (C1–C6) 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...]
|
||||
|
||||
Reference in New Issue
Block a user