Deadline Countdown
Settings statusline 38
Deadline day statusline with git branch, changed files count, and countdown timer to a configurable deadline. Color-coded urgency. Set DEADLINE_TIME env var (HH:MM, default 15:30) to customize.
npx claude-code-templates@latest --setting statusline/deadline-countdown claude-code — deadline-countdown
Content
JSON
{
"description": "Deadline day statusline with git branch, changed files count, and countdown time..."
"statusLine": {
"type": "command"
"command": "python3 .claude/scripts/deadline-countdown.py"
}
}