Skip to content
Productivity
Command

/setup

Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)

From plugin
383 skills3 commands4 hooks
shell
$ npx -y skills add JasperSui/claude-code-iterm2-tab-status --agent claude-code

Ships with iterm2-tab-status. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/setup

Context preview

What this command does when you run it.

Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)

Command definition

setup.md
description: Manually run iTerm2 bootstrap (create Python runtime + deploy adapter)

Run the iTerm2 tab status bootstrap script to set up the Python runtime and deploy the adapter.

Execute this command:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"

If the bootstrap was already completed, it will skip automatically. To force re-bootstrap, first remove the marker:

rm -f ~/.claude/iterm2-tab-status-bootstrapped
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap.sh"

After bootstrap completes, restart iTerm2 or toggle the script off/on via Scripts → AutoLaunch → claude_tab_status.py (click twice).

Read it on GitHub ↗
Ships withiterm2-tab-status

See what every Claude Code session is doing. Each iTerm2 tab shows a status prefix. ⚡ running, 💤 idle, or 🔴 needs attention (with flashing).

Get the whole plugin, auto-invoked
Stats
38
Stars
0
Views
10
Forks
Maintained
Maintenance
Python
Language
MIT
License
1mo ago
Last commit
5mo ago
Created

Repo: JasperSui/claude-code-iterm2-tab-status