Fixed broken box drawing
This commit is contained in:
16
README.md
16
README.md
@@ -88,16 +88,16 @@ ccc-queue --secrets secrets.json --user user
|
|||||||
Opens an interactive TUI showing pending actions:
|
Opens an interactive TUI showing pending actions:
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─ Pending Actions ──────────┐ ┌─ Details ───────────────────────────┐
|
┌─ Pending Actions ──────────┐ ┌─ Details ────────────────────────────┐
|
||||||
│ │ │ │
|
│ │ │ │
|
||||||
│ > [a1b2c3] open-browser │ │ Action: open-browser │
|
│ > [a1b2c3] open-browser │ │ Action: open-browser │
|
||||||
│ [d4e5f6] open-terminal │ │ ID: a1b2c3d4-... │
|
│ [d4e5f6] open-terminal │ │ ID: a1b2c3d4-... │
|
||||||
│ │ │ Submitted by: agent │
|
│ │ │ Submitted by: agent │
|
||||||
│ │ │ Created: 2026-03-07T12:00:00Z │
|
│ │ │ Created: 2026-03-07T12:00:00Z │
|
||||||
│ │ │ │
|
│ │ │ │
|
||||||
│ │ │ Params: │
|
│ │ │ Params: │
|
||||||
│ │ │ url: https://example.com │
|
│ │ │ url: https://example.com │
|
||||||
└─────────────────────────────┘ └──────────────────────────────────────┘
|
└────────────────────────────┘ └──────────────────────────────────────┘
|
||||||
[y] approve [n] deny [r] refresh [q] quit
|
[y] approve [n] deny [r] refresh [q] quit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user