| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert readme to nfo; relicense to 0bsdHEADmain | Christian Cleberg | 35 hours | 3 | -767/+54 |
| | | |||||
| * | feat: add playoff bracket status accents | Christian Cleberg | 2026-05-06 | 5 | -10/+66 |
| | | |||||
| * | add pre-push git commit hooks to run ruff check and ruff format | Christian Cleberg | 2026-05-04 | 1 | -0/+21 |
| | | |||||
| * | fix: ruff format & remove unused home_title var | Christian Cleberg | 2026-05-04 | 12 | -126/+200 |
| | | |||||
| * | feat: add Bracket tab for playoffs | Christian Cleberg | 2026-05-04 | 13 | -24/+617 |
| | | |||||
| * | update README | Christian Cleberg | 2026-04-15 | 16 | -27/+904 |
| | | |||||
| * | update README | Christian Cleberg | 2026-04-15 | 2 | -18/+58 |
| | | |||||
| * | remove publishing action | Christian Cleberg | 2026-04-15 | 1 | -34/+0 |
| | | |||||
| * | update .gitignore | Christian Cleberg | 2026-04-15 | 1 | -0/+2 |
| | | |||||
| * | feat: add Textual TUI with auto-refresh, leaders, playoff picture, and box score | Christian Cleberg | 2026-04-15 | 33 | -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 cgit | Christian Cleberg | 2025-12-30 | 2 | -6/+6 |
| | | |||||
| * | fix: update git links | Christian Cleberg | 2025-08-02 | 2 | -7/+7 |
| | | |||||
| * | migrate from pylint to ruff (#3) | Christian Cleberg | 2025-04-05 | 6 | -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-shortcuts | Christian Cleberg | 2025-03-29 | 2 | -3/+3 |
| |\ | | | | | add support for shortcut arguments | ||||
| | * | add support for shortcut arguments | Christian Cleberg | 2025-03-29 | 2 | -3/+3 |
| |/ | |||||
| * | bump version | Christian Cleberg | 2025-03-29 | 1 | -1/+1 |
| | | |||||
| * | update screenshots | Christian Cleberg | 2025-03-29 | 5 | -4/+4 |
| | | |||||
| * | remove json as dependency | Christian Cleberg | 2025-03-29 | 1 | -3/+2 |
| | | |||||
| * | revert fix | Christian Cleberg | 2025-03-29 | 1 | -1/+0 |
| | | |||||
| * | fix missing required package | Christian Cleberg | 2025-03-29 | 2 | -1/+2 |
| | | |||||
| * | bump version | Christian Cleberg | 2025-03-29 | 2 | -2/+2 |
| | | |||||
| * | update app name | Christian Cleberg | 2025-03-29 | 4 | -6/+6 |
| | | |||||
| * | fix pylint errors | Christian Cleberg | 2025-03-29 | 3 | -5/+6 |
| | | |||||
| * | fix pylint command not found error | Christian Cleberg | 2025-03-29 | 1 | -0/+1 |
| | | |||||
| * | fix typo in README | Christian Cleberg | 2025-03-29 | 1 | -2/+3 |
| | | |||||
| * | initial commit | Christian Cleberg | 2025-03-29 | 16 | -0/+1051 |
