Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:18 +08:00
commit bce529d945
4 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "tmux-titles",
"description": "Updates tmux 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"
]
}