Add tab group sleep command

This commit is contained in:
2026-05-08 10:40:24 -04:00
parent f167b7999b
commit a05b662fd6
4 changed files with 81 additions and 1 deletions
+17
View File
@@ -86,3 +86,20 @@ Domain auto grouping keeps manual groups intact and groups matching ungrouped ho
│ servo.org │ │
└──────────────────────────────┴───────────────────────────────────────────────┘
```
Group sleep applies the sleeping state to every tab in the active group:
```text
┌──────────────────────────────────────────────────────────────────────────────┐
│ ELY Browser [ >sleep-tab-group............................. ] [pin] [*] [+] │
├──────────────────────────────┬───────────────────────────────────────────────┤
│ Tabs │ Sleeping Tab │
│ [folder] Docs │ Sleeping https://example.com/b │
│ 2 tabs - Expanded │ │
│ example.com │ URL https://example.com/b │
│ example.com │ Title example.com │
│ example.com │ Session Page session remains attached │
│ example.com │ │
│ servo.org │ [Restore] │
└──────────────────────────────┴───────────────────────────────────────────────┘
```