Skip to content

Instantly share code, notes, and snippets.

View xHeaven's full-sized avatar
🟢
available for hire

Márk Magyar xHeaven

🟢
available for hire
View GitHub Profile
@xHeaven
xHeaven / redact-claude-code-org.sh
Last active January 2, 2026 02:11
Replaces your organization name in Claude Code with [REDACTED] - v2.0.76
#!/bin/bash
# Redact organization name from Claude Code CLI - ALL occurrences
# Usage: ./redact-org.sh <cli.js path> [apply|restore|status]
if [ $# -lt 2 ]; then
echo "Usage: $0 <cli.js path> {apply|restore|status}"
echo ""
echo "Example: $0 /path/to/cli.js apply"
exit 1
fi