/ الدليل / الملعب / Claude Code Terminal Title
● مجتمع bluzername ⚡ فوري

Claude Code Terminal Title

بواسطة bluzername · bluzername/claude-code-terminal-title

Auto-updates terminal window titles with the current Claude Code task — stop guessing tabs.

A tiny but loved skill: it watches what Claude Code is doing and pushes a concise label into the terminal's window title. Multi-tab users finally know which is 'refactor billing' vs 'fix the staging deploy'.

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

terminal-title-skill.replay ▶ جاهز
0/0

التثبيت

اختر العميل

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "terminal-title-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bluzername/claude-code-terminal-title",
        "~/.claude/skills/claude-code-terminal-title"
      ],
      "_inferred": true
    }
  }
}

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "terminal-title-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bluzername/claude-code-terminal-title",
        "~/.claude/skills/claude-code-terminal-title"
      ],
      "_inferred": true
    }
  }
}

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "terminal-title-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bluzername/claude-code-terminal-title",
        "~/.claude/skills/claude-code-terminal-title"
      ],
      "_inferred": true
    }
  }
}

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "terminal-title-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bluzername/claude-code-terminal-title",
        "~/.claude/skills/claude-code-terminal-title"
      ],
      "_inferred": true
    }
  }
}

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "terminal-title-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/bluzername/claude-code-terminal-title",
        "~/.claude/skills/claude-code-terminal-title"
      ]
    }
  ]
}

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

~/.config/zed/settings.json
{
  "context_servers": {
    "terminal-title-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/bluzername/claude-code-terminal-title",
          "~/.claude/skills/claude-code-terminal-title"
        ]
      }
    }
  }
}

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

claude mcp add terminal-title-skill -- git clone https://github.com/bluzername/claude-code-terminal-title ~/.claude/skills/claude-code-terminal-title

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: Claude Code Terminal Title

Stop alt-tabbing into the wrong Claude Code session

👤 Anyone with 4+ Claude Code tabs ⏱ ~15 min intermediate

متى تستخدمه: You work on multiple repos simultaneously.

المتطلبات الأساسية
  • Server/skill installed and authenticated — See repo README
الخطوات
  1. Install
    Install bluzername/claude-code-terminal-title and reload Claude Code.✓ تم النسخ
    → Skill installed
  2. Work
    Start any task — observe the tab title update to the task summary.✓ تم النسخ
    → Tab title reads 'refactor billing — claude'

النتيجة: Tabs you can actually tell apart.

المزالق
  • Some terminals strip title escapes by default (tmux without set-titles on). Enable in your tmux config. — Some terminals strip title escapes by default (tmux without set-titles on). Enable in your tmux config.

التكلفة والحدود

تكلفة التشغيل

حصة API
See provider docs for rate limits
الرموز لكل استدعاء
Varies by tool
التكلفة المالية
See repo README for pricing details
نصيحة
Cache tool results and avoid repeated identical calls.

الأمان

الصلاحيات والأسرار ونطاق الأثر

تخزين بيانات الاعتماد: Use environment variables; never commit secrets
نقل البيانات الخارجي: Tool calls go to the provider's API as documented

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

title doesn't update in tmux

Add set -g set-titles on and set -g set-titles-string '#W' to tmux.conf.

تحقق: Reload tmux config
title shows escape codes

Your terminal doesn't support OSC titles. Switch to a modern terminal (iTerm/Kitty/WezTerm).

تحقق: echo -ne '\033]0;test\007'

البدائل

Claude Code Terminal Title مقابل البدائل

البديلمتى تستخدمهاالمقايضة
Manual tab renamingYou only have 2 tabsFree; doesn't scale

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills