feat: party knock asks an invite-only party's host for an invite
party list already shows invite-only parties; knock closes the loop. The knocker can't run any tmux command against the server, so the channel is write(1), the same one invite uses toward guests, except here delivery failure is surfaced: the ping is the whole feature.
This commit is contained in:
parent
7770289d85
commit
6799a57405
5 changed files with 163 additions and 4 deletions
|
|
@ -121,6 +121,7 @@ Three honest caveats, with the full detail in `man party`:
|
|||
| `party close` | Tear down the party server and its roster entry. Host-only. |
|
||||
| `party join [name] [--passive]` | Join a party. Auto-attaches when one is running; picker otherwise. `--passive` attaches read-only to the host's view (watcher mode). Read-only invitees always join passive. |
|
||||
| `party leave` | Detach and clean up the per-guest session. |
|
||||
| `party knock <name>` | Ask the host of an invite-only party for an invite (write(1) ping with the exact invite command). |
|
||||
| `party role [active\|passive\|switch]` | Flip your clients between guest and host session. No arg prints the current role. |
|
||||
| `party --help` | Help text. |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue