From 4a24fade377cde531ccd3ea015cbe764c918fc0e Mon Sep 17 00:00:00 2001 From: 28allday Date: Sun, 31 May 2026 18:44:45 +0100 Subject: [PATCH] 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) --- omalocal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omalocal.sh b/omalocal.sh index 5ed4c84..28cef20 100755 --- a/omalocal.sh +++ b/omalocal.sh @@ -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 "" --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 "" --message "hi" --send-pin 2468 # if the target requires a PIN ```