8 lines
326 B
JSON
8 lines
326 B
JSON
{
|
|
"description": "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.",
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "python3 .claude/scripts/deadline-countdown.py"
|
|
}
|
|
}
|