Headsup update
Glanceable Claude Code and Codex state in your terminal tabs: white=idle, blue=working, orange=waiting. Multi-terminal (iTerm2, WezTerm, AI Power Term), a live status bar with Anthropic usage limits, /sfl and /nil window save-and-restore, and twelve companion skills. macOS only.
npx -y skills add wasulajr/headsup --skill headsup-updateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Pull the latest headsup release from GitHub and apply it in-place. Use when the user types /headsup-update, asks to "update headsup", or wants to pull the newest version of the tab-color/status hooks.
SKILL.md
1.3 KB, as published. Nobody here has run it
headsup update
Pull the latest headsup from GitHub and apply it in-place. No reinstall needed.
When to use
- "/headsup-update"
- "update headsup"
- "pull the latest headsup"
- "get the newest headsup version"
- After someone tells you a headsup fix was shipped and they want it
What to do
Run the update script and let its output speak for itself:
bash ~/.claude/hooks/headsup-update.sh
The script:
git fetches to check for changes- Shows the changelog (commits being pulled)
git pulls and applies in-place- Kills the iTerm2 daemon if
iterm2-daemon.pychanged — the watchdog respawns it within 30s
If already up to date it says so and exits cleanly. Don't add commentary unless something failed or the user asks.
If the script is missing
setup.sh copies all hook scripts into ~/.claude/hooks/. Re-run it from the headsup repo to restore any missing files:
cd /path/to/headsup
./setup.sh
Where files live
~/.claude/hooks/headsup-update.sh— the update script, copied here bysetup.sh- Repo: github.com/wasulajr/headsup