Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:06 +08:00
commit 07a6ddd5db
4 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "iterm2-titles",
"description": "Updates iTerm2 window title with Claude Code status indicators showing current activity (working, editing files, running commands, etc.)",
"version": "0.18.0",
"author": {
"name": "Craig Motlin"
},
"hooks": [
"./hooks"
]
}