terminal-title

v1.1.2

Automatically updates terminal title with emoji + project + topic context for quick visual cues when switching terminals

terminaltitlesessioncontextemoji
Install Command /plugin install 2389-research/terminal-title
View Source
01

Documentation

Full plugin documentation and usage guide

Terminal title

Automatically updates your terminal title with emoji + project + topic context. Works on Windows, macOS, and Linux.

Installation

/plugin marketplace add 2389-research/claude-plugins
/plugin install terminal-title@2389-research

Environment variables

Add these to your .bashrc, .zshrc, or shell profile:

# Set to 1 to disable automatic terminal title updates
export CLAUDE_CODE_DISABLE_TERMINAL_TITLE=0

# Optional: set an emoji prefix for your terminal title.
# Useful for distinguishing work vs personal terminals at a glance.
export TERMINAL_TITLE_EMOJI=๐Ÿ’ผ

If TERMINAL_TITLE_EMOJI is not set, the plugin defaults to ๐ŸŽ‰.

Platform-specific setup

Windows users need PowerShell 7+ (pwsh) installed and on PATH. The plugin picks it up automatically.

Unix/Linux/macOS users don't need to do anything extra.

What this plugin does

One skill: terminal-title -- manages your terminal title based on project and topic context.

The title updates automatically at session start, and again whenever the topic changes. The emoji prefix gives you a quick visual cue when switching between terminal windows.

How it works

A session start hook fires the terminal-title skill, which:

  1. Detects your OS (Windows, macOS, Linux)
  2. Figures out the current project from the working directory, git repo, or package.json
  3. Infers the topic from conversation context
  4. Reads TERMINAL_TITLE_EMOJI from the environment (or defaults to ๐ŸŽ‰)
  5. Updates the terminal title via a platform-specific script (.ps1 on Windows, .sh everywhere else)

The title format is: $EMOJI ProjectName - Topic

Examples

๐Ÿ’ผ OneOnOne - Firebase Config
๐Ÿ’ผ Claude Plugins - Terminal Title
๐ŸŽ‰ dotfiles - zsh config

Documentation

---

If Terminal Title helps you keep track of 12 open sessions, a โญ helps us know it's landing.

Built by 2389 ยท Part of the Claude Code plugin marketplace

02

Quick Install

Get started in seconds

1
Add the marketplace /plugin marketplace add 2389-research/claude-plugins
2
Install this plugin /plugin install 2389-research/terminal-title
3
You're good to go Skills auto-trigger when relevant
Back to Marketplace