omalocal: genericize personal device aliases in omarchy-send examples

Replace the real machine names used as examples ("Slate Starburst",
"Gold Cluster") with neutral placeholders ("My Desktop", "My Server").
This script ships to third parties, so the baked skill/CLAUDE.md docs
shouldn't carry the maintainer's personal LAN device names.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
28allday 2026-05-31 18:44:45 +01:00
parent fea046ab3d
commit 4a24fade37

View file

@ -841,7 +841,7 @@ desktop discover this box on the LAN automatically.
```bash
omarchy-send # the TUI (Devices / Transfers / Messages / Manage / Settings)
omarchy-send --alias "Gold Cluster" # one-off alias override
omarchy-send --alias "My Server" # one-off alias override
```
The TUI needs a real TTY — over SSH that means an interactive session (or
@ -855,7 +855,7 @@ headless box — ideal for pinging your desktop or phone from the server:
```bash
omarchy-send --to "<peer alias>" --message "backup finished"
omarchy-send --to "Slate Starburst" --message "deploy done" --wait 20s # peer-discovery timeout (default 15s)
omarchy-send --to "My Desktop" --message "deploy done" --wait 20s # peer-discovery timeout (default 15s)
omarchy-send --to "<alias>" --message "hi" --send-pin 2468 # if the target requires a PIN
```