Add tab group close command

This commit is contained in:
2026-05-08 10:49:45 -04:00
parent a05b662fd6
commit 475be06edc
4 changed files with 88 additions and 1 deletions
+15
View File
@@ -103,3 +103,18 @@ Group sleep applies the sleeping state to every tab in the active group:
│ servo.org │ [Restore] │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Group close archives every tab in the active group and removes the empty group row:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ >close-tab-group............................ ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ servo.org │
│ New Tab │ https://servo.org │
│ servo.org │ │
│ Archive │ Closed group tabs appear in Archive │
│ example.com │ │
│ example.com │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```