panex 0.9.3 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,13 +4,13 @@ A terminal UI for running multiple processes in parallel. Like Turborepo's TUI,
4
4
 
5
5
  ```
6
6
  ┌──────────────┬──────────────────────────────────────────────┐
7
- PROCESSES OUTPUT: api
7
+ │ api
8
+ │ ▶ api ● │ │
9
+ │ web ● │ Server listening on http://localhost:3001 │
10
+ │ mobile ● │ {"level":30,"msg":"request completed"} │
8
11
  │ │ │
9
- │ ▶ api ● │ Server listening on http://localhost:3001 │
10
- │ web ● │ {"level":30,"msg":"request completed"} │
11
- │ mobile ● │ │
12
12
  ├──────────────┴──────────────────────────────────────────────┤
13
- │ [↑↓] select [enter] focus [r] restart [q] quit
13
+ │ [↑↓] select [enter] focus [r] restart [q] quit
14
14
  └─────────────────────────────────────────────────────────────┘
15
15
  ```
16
16