Skip to content

Instantly share code, notes, and snippets.

View OrcaCl's full-sized avatar

OrcaCl

  • Chile
  • 13:27 (UTC -04:00)
View GitHub Profile
@OrcaCl
OrcaCl / claude-code-spinner-words.md
Created May 13, 2026 16:06 — forked from centricle/claude-code-spinner-words.md
The 106 words Claude Code uses while it thinks

If you watch the Claude Code CLI while it's working, you'll notice the spinner doesn't just say "thinking." It cycles through words like noodling, percolating, wibbling, and sauteeing.

The 106 Words Claude Code Uses While It Thinks

I've been staring at this thing for months. I'm guessing most people don't watch Claude think. I do. And at some point I realized someone at Anthropic hand-curated a taxonomy of 106 gerunds that have absolutely no business being this charming.

So I asked Claude to find the list. The source isn't in the open-source repo — that's docs, CI, and examples. The actual app ships as a compiled binary.

How I extracted it

@OrcaCl
OrcaCl / saluditos_script.sh
Created July 24, 2023 21:12
Saluditos Motivacionales en Terminal Bash
#!/bin/bash
#
# Este es un pequeño script para agregar un saludo inicial en la terminal Bash, cada vez que enciendo la misma.
# Para habilitarlo, debes copiar este script en un archivo externo o cargar el mismo en la carpeta " ~ " . Se recomienda
# usar un archivo externo en caso de que hagas un update o upgrade y no se pierda la config.
# Una vez copiado, debes editar el archivo ".bashrc" y agregar en la última linea:
#
# source ~/saluditos_script.sh
#
# Para activarlo, puedes reiniciar la terminal o ejecutar el comando "source ~/.bashrc" para que se ejecuten los cambios.