From ab3685cd172024265ff669b8bc5d1c0daadc6790 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 21:44:52 +0300 Subject: [PATCH] =?UTF-8?q?redbear-power:=20premium=20--help=20text=20?= =?UTF-8?q?=E2=80=94=20all=20v1.44=20controls=20documented?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/redbear-power/source/src/render.rs | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/local/recipes/system/redbear-power/source/src/render.rs b/local/recipes/system/redbear-power/source/src/render.rs index 4d73b91743..035954a658 100644 --- a/local/recipes/system/redbear-power/source/src/render.rs +++ b/local/recipes/system/redbear-power/source/src/render.rs @@ -1981,6 +1981,15 @@ TABS: [e] expand current tab to full-screen (toggle) [f] freeze / unfreeze data updates [k] kill selected process (Process tab only) + [y] toggle process tree view (Process tab) + [F] filter processes by name (Process tab) + [o] cycle process sort mode + [i] invert sort direction + [Space] fold/unfold process subtree (tree mode) + [Home] jump to top of list + [End] jump to bottom of list + [G] jump to bottom (vim-style) + [j/k] move selection down/up (vim-style) [?] toggle this help overlay MOUSE: @@ -1996,10 +2005,17 @@ NOTES: intended to run as root (euid 0). - When MSR or cpufreq schemes are absent (e.g., QEMU without MSR), the TUI degrades to placeholder values; mutations are disabled. + - Braille time-series graphs appear in System, Network, and Storage + tabs: CPU Load %, Temp °C, Pkg Power W, Net/Storage throughput. + - Press 'e' to expand any tab to full-screen with graph views. + - Press 'f' to freeze data — scroll and inspect without updates. - The benchmark runs one worker thread per logical core and - stresses the CPU to observe thermal response. Use it to validate - thermald/cpufreqd behavior under sustained load. -"; + stresses the CPU to observe thermal response. + - Config file (~/.config/redbear-power.toml) auto-loaded on startup. + - Use --theme light|high-contrast for alternative color schemes. + - MSR reads are cached per-CPU; cache clears every ~30s. + - Snapshot (c key) saves Per-CPU + System + Network + Storage + + graphs to /tmp/redbear-power-snapshot.txt."; pub fn render_help() -> Paragraph<'static> { Paragraph::new(HELP_TEXT)