Git Branch Statusline
Settings statusline 2,093
Display current model, directory, and git branch with change indicators in the status line. Shows model name, folder name, active branch, and count of uncommitted changes for complete development context.
npx claude-code-templates@latest --setting statusline/git-branch-statusline claude-code — git-branch-statusline
Content
JSON
{
"description": "Display current model, directory, and git branch with change indicators in the s..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}