Programming Fitness Tracker Statusline
Settings statusline 42
npx claude-code-templates@latest --setting statusline/programming-fitness-tracker-statusline Content
JSON
{
"description": "Track your coding fitness with steps and calories burned through programming. Ea..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); MODEL=$(echo "$input" | jq -r ".model.display_name"); DIR..."
}
}