Terminal dashboard for FIFA World Cup 2026: fixtures, standings, knockout rounds, updates, team pages, and search.
Features
- Tabs for overview, groups, knockout, updates, and search.
- Live polling with stale-data fallback.
- Free data provider: worldcup26.ir primary, OpenFootball GitHub JSON fallback.
- Team pages with flag, group standing, fixtures, results, and live match status.
- Fuzzy team search.
- No API key required.
Setup
npm install npm run build
Install
npm install -g @saadel/world-cup-2026-cli
Run:
Alias:
Run
Development:
Built CLI:
npm start world-cup-2026-cli --refresh-live 15 --refresh-full 60
Keyboard
up/down: switch sidebar tabsleft/right: switch knockout roundstab: next sidebar tab/: search teamsenter: open selected teamesc: backr: refreshq: quit
Quality
npm run typecheck
npm test
npm run build
npm pack --dry-runData Notes
The default free provider reads from worldcup26.ir first and falls back to OpenFootball's worldcup.json on GitHub if the primary source fails. OpenFootball is static schedule data, so live scores are only available when worldcup26.ir publishes changed scores/status.



























