Interactive TUI to customize Claude Code spinner verbs.
npx spinnerverb
Claude Code shows animated verbs while working ("Thinking", "Reasoning", "Pondering", etc.). This tool lets you customize them through an interactive terminal UI.
- Append your verbs alongside the defaults, or replace them entirely
- Edit globally (
~/.claude/settings.json) or per-project (.claude/settings.json) - Add, edit, delete, and clear verbs with instant save
███ spinnerverb
Scope: Global (~/.claude) │ ~/.claude/settings.json
╭──────────────────────────────────────────────────────╮
│ APPEND — your verbs are added alongside the defaults │
╰──────────────────────────────────────────────────────╯
▶ Mode: append
───
Vibing
Manifesting
Yapping
───
+ Add verb
Clear all verbs
↑↓/jk navigate enter select/edit d delete q quit
| Key | Action |
|---|---|
↑↓ / jk |
Navigate |
Enter / Space |
Select / edit |
d |
Delete verb |
q / Esc |
Quit |
Reads and writes the spinnerVerbs field in your Claude Code settings.json:
{
"spinnerVerbs": {
"mode": "append",
"verbs": ["Vibing", "Manifesting", "Yapping"]
}
}"append"— your verbs are added to Claude Code's built-in set"replace"— only your verbs are used
| Scope | File | Committed |
|---|---|---|
| Global | ~/.claude/settings.json |
N/A |
| Project | .claude/settings.json |
Yes |
| Project (local) | .claude/settings.local.json |
No |
MIT