Directories
¶
| Path | Synopsis |
|---|---|
|
Package app wires the wrongtop root model: global keys, tab routing and the outer layout (tab bar + content + status bar).
|
Package app wires the wrongtop root model: global keys, tab routing and the outer layout (tab bar + content + status bar). |
|
GPU polling shared across platforms: the cache cadence lives here and the probe is platform-specific (NVML everywhere except darwin).
|
GPU polling shared across platforms: the cache cadence lives here and the probe is platform-specific (NVML everywhere except darwin). |
|
Package config loads and represents the wrongtop user configuration.
|
Package config loads and represents the wrongtop user configuration. |
|
Package dockerclient wraps the Docker Engine SDK for wrongtop: one call to list containers with live stats, lifecycle actions and log streaming.
|
Package dockerclient wraps the Docker Engine SDK for wrongtop: one call to list containers with live stats, lifecycle actions and log streaming. |
|
Package format provides small formatting helpers shared across the UI.
|
Package format provides small formatting helpers shared across the UI. |
|
Package procs implements process-table helpers (filter, sort) and process actions (terminate, force kill).
|
Package procs implements process-table helpers (filter, sort) and process actions (terminate, force kill). |
|
Package remote implements wrongtop's read-only remote monitoring protocol: a token-authenticated TCP handshake followed by a stream of length-prefixed JSON collector snapshots.
|
Package remote implements wrongtop's read-only remote monitoring protocol: a token-authenticated TCP handshake followed by a stream of length-prefixed JSON collector snapshots. |
|
Package theme holds the color palettes and lipgloss styles used across wrongtop: ten built-in palettes plus user-defined palettes loaded from ~/.config/wrongtop/themes/*.yml.
|
Package theme holds the color palettes and lipgloss styles used across wrongtop: ten built-in palettes plus user-defined palettes loaded from ~/.config/wrongtop/themes/*.yml. |
|
Package ui defines the shared tab contract and helpers used by all wrongtop tabs.
|
Package ui defines the shared tab contract and helpers used by all wrongtop tabs. |
|
canvas
Package canvas draws time-series graphs with braille characters, btop-style: 4 dot rows and 2 dot columns packed per terminal cell.
|
Package canvas draws time-series graphs with braille characters, btop-style: 4 dot rows and 2 dot columns packed per terminal cell. |
|
conns
Package conns renders the connections tab: the live TCP table, live traffic first, with per-state coloring and best-effort process names.
|
Package conns renders the connections tab: the live TCP table, live traffic first, with per-state coloring and best-effort process names. |
|
dashboard
Package dashboard renders the wrongtop overview tab: a btop-style single-screen grid of host, CPU, memory, network, disk and top-process panels.
|
Package dashboard renders the wrongtop overview tab: a btop-style single-screen grid of host, CPU, memory, network, disk and top-process panels. |
|
disks
Package disks renders the disks tab: filesystem usage and per-device I/O rates.
|
Package disks renders the disks tab: filesystem usage and per-device I/O rates. |
|
docker
Package docker renders the Docker tab: container list with live stats, lifecycle actions and a follow-mode log viewer.
|
Package docker renders the Docker tab: container list with live stats, lifecycle actions and a follow-mode log viewer. |
|
network
Package network renders the network tab: per-interface traffic rates and totals.
|
Package network renders the network tab: per-interface traffic rates and totals. |
|
processes
Package processes renders the process table tab: sortable, filterable, flat or tree view, with a signal picker behind a confirmation prompt.
|
Package processes renders the process table tab: sortable, filterable, flat or tree view, with a signal picker behind a confirmation prompt. |
|
sensors
Package sensors renders the sensors tab: rolling temperature graphs, fan speeds and battery state — everything the platform reports about its own hardware.
|
Package sensors renders the sensors tab: rolling temperature graphs, fan speeds and battery state — everything the platform reports about its own hardware. |
Click to show internal directories.
Click to hide internal directories.