File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ - Rewrite terminal input handling. This should fix all known bugs related to key
4+ handling.
5+ - Add restart-all and force-restart-all commands
36- Use pwsh.exe for shell commands (instead of cmd.exe)
7+ - Fix missing resize event when toggling zoom mode
48- Properly handles lines wrappings during screen resize
59
610## 0.7.3 - 2025-05-21
Original file line number Diff line number Diff line change @@ -321,8 +321,10 @@ Commands are encoded as yaml. Available commands:
321321- `{c : start-proc}`
322322- `{c : term-proc}`
323323- `{c : kill-proc}`
324- - `{c : restart-proc}`
325- - `{c : force-restart-proc}`
324+ - `{c : restart-proc}` - Restart selected process
325+ - `{c : restart-all}` - Restart all processes
326+ - `{c : force-restart-proc}` - Restart selected process by sending SIGKILL
327+ - `{c : force-restart-all}`
326328- `{c : show-add-proc}`
327329- `{c : add-proc, cmd: "<SHELL COMMAND>", name: "<PROC NAME>"}` - Add proccess. `name` field is optional.
328330- `{c : duplicate-proc}`
You can’t perform that action at this time.
0 commit comments