chore: publish pxmon v0.2.0
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user