41 lines
815 B
Markdown
41 lines
815 B
Markdown
# TUI Guide
|
|
|
|
## Views
|
|
- `overview`
|
|
- `clusters`
|
|
- `network`
|
|
- `settings`
|
|
- `docs`
|
|
- `usage`
|
|
- `live`
|
|
|
|
## Main hotkeys
|
|
- `tab` switch views
|
|
- `o/c/n/s/d/u` jump to overview/clusters/network/settings/docs/usage
|
|
- `t` open command console
|
|
- `ctrl+t` fullscreen command console
|
|
- `ctrl+g` leave command console
|
|
- `r` refresh
|
|
- `q` quit
|
|
|
|
## Scrolling
|
|
- Main content scroll: `alt+up` / `alt+down`
|
|
- Docs view scroll: arrows, `j/k`, `PgUp/PgDn`, `Home/End`
|
|
- Network view: navigation with arrows + page controls
|
|
|
|
## Console mode
|
|
Built-ins:
|
|
- `help`
|
|
- `history`
|
|
- `clear`
|
|
- `overview`, `clusters`, `network`, `settings`, `docs`
|
|
- `quit`
|
|
|
|
Advanced:
|
|
- End line with `\` for multiline command continuation
|
|
- Shell escape with `!<command>`
|
|
|
|
## Privacy mode
|
|
- Toggle with `alt+p`
|
|
- Redacts sensitive patterns in rendered output
|