Skip to content

Commit 1dfa8a5

Browse files
committed
update docs for process viewer
1 parent 81a9b68 commit 1dfa8a5

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/docs/keybindings.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,14 @@ Chords are shown with a + between the keys. You have 2 seconds to hit the 2nd ch
107107
| <Kbd k="Shift:PageUp"/> | Scroll up one page |
108108
| <Kbd k="Shift:PageDown"/>| Scroll down one page |
109109

110+
## Process Viewer Keybindings
111+
112+
| Key | Function |
113+
| ----------------------- | ------------------------------------- |
114+
| <Kbd k="Space"/> | Pause / resume live updates |
115+
| <Kbd k="Cmd:f"/> | Open process filter / search |
116+
| <Kbd k="Escape"/> | Close search bar |
117+
110118
## Customizeable Systemwide Global Hotkey
111119

112120
Wave allows setting a custom global hotkey to focus your most recent window from anywhere in your computer. For more information on this, see [the config docs](./config#customizable-systemwide-global-hotkey).

docs/docs/widgets.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: "Widgets"
66

77
import { Kbd } from "@site/src/components/kbd";
88
import { PlatformProvider, PlatformSelectorButton } from "@site/src/components/platformcontext";
9+
import { VersionBadge } from "@site/src/components/versionbadge";
910

1011
<PlatformProvider>
1112

@@ -133,6 +134,12 @@ You can also switch to edit mode by pressing <Kbd k="Cmd:e" />.
133134
Once an edit has been made in **edit mode**, click the save button to the right of the header to save the contents.
134135
You can also save by pressing <Kbd k="Cmd:s" />.
135136

137+
### Process Viewer <VersionBadge version="v0.14.5" />
138+
139+
The Process Viewer shows a live list of running processes on any connected host. It is similar to `top` or `htop`, displaying PID, command, CPU%, and memory usage. On Linux it also shows process status and thread count.
140+
141+
Columns are sortable by clicking their headers. Right-clicking a row lets you send Unix signals (SIGTERM, SIGKILL, etc.) or copy the PID. You can filter the list by pressing <Kbd k="Cmd:f"/> and typing a search term. Press <Kbd k="Space"/> to pause live updates (useful when inspecting a specific process); press it again to resume.
142+
136143
#### Exit Edit Mode Without Saving
137144

138145
To exit **edit mode** without saving, click the cancel button to the right of the header.

0 commit comments

Comments
 (0)