Manage the Claude Code Spinner overlay. Usage: /spinner [command]
First, find the spinner script path:
- Unix/macOS:
~/.claude/claude-code-spinner/claude_code_spinner.py - Windows:
$env:USERPROFILE\.claude\claude-code-spinner\claude_code_spinner.py(Use absolute path, e.g.C:/Users/<username>/.claude/claude-code-spinner/claude_code_spinner.py)
Detect the correct python executable (python3 on Unix, python on Windows) and use the absolute path to the script.
Based on "$ARGUMENTS", run the matching command and report the result:
| argument | action |
|---|---|
| enable | run spinner script with enable |
| disable | run spinner script with disable |
| status | run spinner script with status |
| debug-on | run spinner script with debug-on |
| debug-off | run spinner script with debug-off |
| log | run spinner script with log |
| log -n N | run spinner script with log -n N |
| log --clear | run spinner script with log --clear |
| (none) | same as status |