You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <Kbdk="Cmd:f"/> | Open process filter / search |
116
+
| <Kbdk="Escape"/> | Close search bar |
117
+
110
118
## Customizeable Systemwide Global Hotkey
111
119
112
120
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).
Copy file name to clipboardExpand all lines: docs/docs/releasenotes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ sidebar_position: 200
11
11
Wave v0.14.5 introduces a new Process Viewer widget, Quake Mode for global hotkey, and several quality-of-life improvements.
12
12
13
13
-**Process Viewer** - New widget that displays running processes on local and remote machines, with CPU and memory usage, sortable columns, and the ability to send signals to processes
14
-
-**Quake Mode** - The global hotkey (`app:globalhotkey`) now triggers a dedicated quake mode that drops a Wave window down from the top of the screen, similar to classic quake-style terminals
14
+
-**Quake Mode** - The global hotkey (`app:globalhotkey`) now toggles a Wave window visible and invisible
15
15
-**[bugfix] Settings Widget** - Fixed a bug where config files that didn't exist yet couldn't be created or edited from the Settings widget UI
16
16
-**Drag & Drop Files into Terminal** - Drag files from Finder (macOS) or your file manager into a terminal block to paste their quoted path ([#746](https://github.com/wavetermdev/waveterm/issues/746))
17
17
- New opt-in `app:showsplitbuttons` setting adds horizontal/vertical split buttons to block headers
@@ -138,4 +139,10 @@ You can also save by pressing <Kbd k="Cmd:s" />.
138
139
To exit **edit mode** without saving, click the cancel button to the right of the header.
139
140
You can also exit without saving by pressing <Kbdk="Cmd:r" />.
140
141
142
+
### Process Viewer <VersionBadgeversion="v0.14.5" />
143
+
144
+
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.
145
+
146
+
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 <Kbdk="Cmd:f"/> and typing a search term. Press <Kbdk="Space"/> to pause live updates (useful when inspecting a specific process); press it again to resume.
0 commit comments