Skip to content

Commit eadb8c8

Browse files
garyshengclaude
andcommitted
chore: update all GitHub URLs from tonyyont to PeonPing org
Replace tonyyont/peon-ping with PeonPing/peon-ping across install.sh, peon.sh, README, website, and video sources. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 21fda28 commit eadb8c8

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Claude Code doesn't notify you when it finishes or needs permission. You tab awa
1313
## Install
1414

1515
```bash
16-
curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/install.sh | bash
16+
curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash
1717
```
1818

1919
One command. Takes 10 seconds. macOS, WSL2 (Windows), and Linux. Re-run to update (sounds and config preserved).
2020

2121
**Project-local install** — installs into `.claude/` in the current project instead of `~/.claude/`:
2222

2323
```bash
24-
curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/install.sh | bash -s -- --local
24+
curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash -s -- --local
2525
```
2626

2727
Local installs don't add the `peon` CLI alias or shell completions — use `/peon-ping-toggle` inside Claude Code instead.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h1>Stop babysitting your terminal</h1>
791791
<strong>and your workspace sounds like Orgrimmar.</strong>
792792
</p>
793793
<div class="install-block" onclick="copyInstall(this)" title="Click to copy" role="button" aria-label="Copy install command">
794-
<code>curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/install.sh | bash</code>
794+
<code>curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash</code>
795795
<button class="copy-btn" aria-label="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="5" width="8" height="8" rx="1.5"/><path d="M3 11V2.5A1.5 1.5 0 014.5 1H10"/></svg></button>
796796
</div>
797797
</div>
@@ -1260,7 +1260,7 @@ <h3>Pack system</h3>
12601260
<h2 class="section-title">Ready to work?</h2>
12611261
<p class="section-desc" style="margin: 0 auto 32px;">One command. Takes 10 seconds. Works with any Claude Code setup on macOS.</p>
12621262
<div class="install-block" onclick="copyInstall(this)" title="Click to copy" role="button" aria-label="Copy install command">
1263-
<code>curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/install.sh | bash</code>
1263+
<code>curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash</code>
12641264
<button class="copy-btn" aria-label="Copy to clipboard"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="5" width="8" height="8" rx="1.5"/><path d="M3 11V2.5A1.5 1.5 0 014.5 1H10"/></svg></button>
12651265
</div>
12661266
</div>

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
fi
1919
INSTALL_DIR="$BASE_DIR/hooks/peon-ping"
2020
SETTINGS="$BASE_DIR/settings.json"
21-
REPO_BASE="https://raw.githubusercontent.com/tonyyont/peon-ping/main"
21+
REPO_BASE="https://raw.githubusercontent.com/PeonPing/peon-ping/main"
2222

2323
# All available sound packs (add new packs here)
2424
PACKS="acolyte_ru glados peon peon_fr peon_pl peon_ru peasant peasant_fr peasant_ru ra2_soviet_engineer sc_battlecruiser sc_firebat sc_kerrigan sc_medic sc_scv sc_tank sc_terran sc_vessel tf2_engineer"

peon.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ if [ "$EVENT" = "SessionStart" ]; then
591591
LOCAL_VERSION=""
592592
[ -f "$PEON_DIR/VERSION" ] && LOCAL_VERSION=$(cat "$PEON_DIR/VERSION" | tr -d '[:space:]')
593593
REMOTE_VERSION=$(curl -fsSL --connect-timeout 3 --max-time 5 \
594-
"https://raw.githubusercontent.com/tonyyont/peon-ping/main/VERSION" 2>/dev/null | tr -d '[:space:]')
594+
"https://raw.githubusercontent.com/PeonPing/peon-ping/main/VERSION" 2>/dev/null | tr -d '[:space:]')
595595
if [ -n "$REMOTE_VERSION" ] && [ -n "$LOCAL_VERSION" ] && [ "$REMOTE_VERSION" != "$LOCAL_VERSION" ]; then
596596
# Write update notice to a file so we can display it
597597
echo "$REMOTE_VERSION" > "$PEON_DIR/.update_available"
@@ -608,7 +608,7 @@ if [ "$EVENT" = "SessionStart" ] && [ -f "$PEON_DIR/.update_available" ]; then
608608
CUR_VER=""
609609
[ -f "$PEON_DIR/VERSION" ] && CUR_VER=$(cat "$PEON_DIR/VERSION" | tr -d '[:space:]')
610610
if [ -n "$NEW_VER" ]; then
611-
echo "peon-ping update available: ${CUR_VER:-?}$NEW_VER — run: curl -fsSL https://raw.githubusercontent.com/tonyyont/peon-ping/main/install.sh | bash" >&2
611+
echo "peon-ping update available: ${CUR_VER:-?}$NEW_VER — run: curl -fsSL https://raw.githubusercontent.com/PeonPing/peon-ping/main/install.sh | bash" >&2
612612
fi
613613
fi
614614

video/src/KerriganPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const OutroCard: React.FC = () => {
287287
Install peon-ping
288288
</div>
289289
<div style={{ fontFamily: "monospace", fontSize: 24, color: GOLD, backgroundColor: "rgba(255,255,255,0.05)", padding: "14px 28px", borderRadius: 6, border: "1px solid rgba(212,165,32,0.3)" }}>
290-
github.com/tonyyont/peon-ping
290+
github.com/PeonPing/peon-ping
291291
</div>
292292
<div style={{ fontFamily: "monospace", fontSize: 18, color: "rgba(255,255,255,0.35)", marginTop: 30 }}>
293293
Submit your own pack via PR

video/src/SovietEngineerPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const OutroCard: React.FC = () => {
287287
Install peon-ping
288288
</div>
289289
<div style={{ fontFamily: "monospace", fontSize: 24, color: GOLD, backgroundColor: "rgba(255,255,255,0.05)", padding: "14px 28px", borderRadius: 6, border: "1px solid rgba(212,165,32,0.3)" }}>
290-
github.com/tonyyont/peon-ping
290+
github.com/PeonPing/peon-ping
291291
</div>
292292
<div style={{ fontFamily: "monospace", fontSize: 18, color: "rgba(255,255,255,0.35)", marginTop: 30 }}>
293293
Submit your own pack via PR

0 commit comments

Comments
 (0)