summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* convert readme to nfo; relicense to 0bsdHEADmainChristian Cleberg35 hours3-767/+54
|
* feat: add playoff bracket status accentsChristian Cleberg2026-05-065-10/+66
|
* add pre-push git commit hooks to run ruff check and ruff formatChristian Cleberg2026-05-041-0/+21
|
* fix: ruff format & remove unused home_title varChristian Cleberg2026-05-0412-126/+200
|
* feat: add Bracket tab for playoffsChristian Cleberg2026-05-0413-24/+617
|
* update READMEChristian Cleberg2026-04-1516-27/+904
|
* update READMEChristian Cleberg2026-04-152-18/+58
|
* remove publishing actionChristian Cleberg2026-04-151-34/+0
|
* update .gitignoreChristian Cleberg2026-04-151-0/+2
|
* feat: add Textual TUI with auto-refresh, leaders, playoff picture, and box scoreChristian Cleberg2026-04-1533-70/+1787
| | | | | | | | | | | | | | | | | | | | 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 < / > 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>=0.89.1,<7.0 dependency, build-system declaration for uv, and package-data entry for the bundled .tcss stylesheet.
* update from sourcehut to cgitChristian Cleberg2025-12-302-6/+6
|
* fix: update git linksChristian Cleberg2025-08-022-7/+7
|
* migrate from pylint to ruff (#3)Christian Cleberg2025-04-056-172/+200
| | | | | | | | | * migrate from pylint to ruff * Commit from GitHub Actions (Ruff) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Merge pull request #2 from ccleberg/implement-shortcutsChristian Cleberg2025-03-292-3/+3
|\ | | | | add support for shortcut arguments
| * add support for shortcut argumentsChristian Cleberg2025-03-292-3/+3
|/
* bump versionChristian Cleberg2025-03-291-1/+1
|
* update screenshotsChristian Cleberg2025-03-295-4/+4
|
* remove json as dependencyChristian Cleberg2025-03-291-3/+2
|
* revert fixChristian Cleberg2025-03-291-1/+0
|
* fix missing required packageChristian Cleberg2025-03-292-1/+2
|
* bump versionChristian Cleberg2025-03-292-2/+2
|
* update app nameChristian Cleberg2025-03-294-6/+6
|
* fix pylint errorsChristian Cleberg2025-03-293-5/+6
|
* fix pylint command not found errorChristian Cleberg2025-03-291-0/+1
|
* fix typo in READMEChristian Cleberg2025-03-291-2/+3
|
* initial commitChristian Cleberg2025-03-2916-0/+1051