<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nba-scores.git/pyproject.toml, branch main</title>
<subtitle>command-line nba scores, standings, and box scores. python tui.
</subtitle>
<id>http://git.krz.sh/krz/nba-scores.git/atom?h=main</id>
<link rel='self' href='http://git.krz.sh/krz/nba-scores.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/'/>
<updated>2026-05-07T04:26:32+00:00</updated>
<entry>
<title>feat: add playoff bracket status accents</title>
<updated>2026-05-07T04:26:32+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-05-07T04:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=c112ed86bafa47aa2141b626a5592bd06cbc81f6'/>
<id>urn:sha1:c112ed86bafa47aa2141b626a5592bd06cbc81f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add Bracket tab for playoffs</title>
<updated>2026-05-04T22:03:40+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-05-04T22:03:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=14d8039e4a6ae27c1a7441a375b87617fd5aea4d'/>
<id>urn:sha1:14d8039e4a6ae27c1a7441a375b87617fd5aea4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add Textual TUI with auto-refresh, leaders, playoff picture, and box score</title>
<updated>2026-04-16T03:28:45+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-04-16T03:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=4cbe592e0a0fae13f0a89918a66fd983dd84464f'/>
<id>urn:sha1:4cbe592e0a0fae13f0a89918a66fd983dd84464f</id>
<content type='text'>
Introduces an interactive terminal UI via the `--tui` flag backed by the
Textual framework. Scores and standings auto-refresh on a configurable
interval (default 60s, minimum 10s) using asyncio with nba_api calls
offloaded to a thread pool to keep the event loop unblocked.

New tabs:
- Scores / Standings (existing views, now live-updating)
- Leaders: top-25 by stat category, cycle with &lt; / &gt; keys
- Playoff Picture: conference seeding with clinch/elimination status
- Box Score: per-player live stats, load any game with keys 1–9

Refactored scores.py and standings.py to separate rendering from I/O
(get_scoreboard_table, get_east/west_standings_table), keeping the
existing static CLI path fully intact. Added -sc / -st shortcut flags.

Adds textual&gt;=0.89.1,&lt;7.0 dependency, build-system declaration for uv,
and package-data entry for the bundled .tcss stylesheet.
</content>
</entry>
<entry>
<title>update from sourcehut to cgit</title>
<updated>2025-12-31T04:49:29+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2025-12-31T04:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=00f695c765aead8aa0160a3c676cf85716178beb'/>
<id>urn:sha1:00f695c765aead8aa0160a3c676cf85716178beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: update git links</title>
<updated>2025-08-02T16:08:26+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2025-08-02T16:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=20fcb673f489a64ec38b94da889413bec2c2e633'/>
<id>urn:sha1:20fcb673f489a64ec38b94da889413bec2c2e633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add support for shortcut arguments</title>
<updated>2025-03-29T06:09:05+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T06:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=a4a10867fc97f042049899875c0daa18747ec749'/>
<id>urn:sha1:a4a10867fc97f042049899875c0daa18747ec749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2025-03-29T06:01:51+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T06:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=49ad1edd521650864221524e5f0a7a605bb44cbb'/>
<id>urn:sha1:49ad1edd521650864221524e5f0a7a605bb44cbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update screenshots</title>
<updated>2025-03-29T05:59:25+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T05:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=9386ee21cd4c9aaadf3b958dc216bad2122c4e38'/>
<id>urn:sha1:9386ee21cd4c9aaadf3b958dc216bad2122c4e38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove json as dependency</title>
<updated>2025-03-29T05:54:23+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T05:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=ea0203fc619e00b109a22007bf2f6770df613364'/>
<id>urn:sha1:ea0203fc619e00b109a22007bf2f6770df613364</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix missing required package</title>
<updated>2025-03-29T05:49:11+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T05:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=af1ef7234e1402ddef56623829d83081a9e7a9ff'/>
<id>urn:sha1:af1ef7234e1402ddef56623829d83081a9e7a9ff</id>
<content type='text'>
</content>
</entry>
</feed>
