Featured in ๐น Charm in the Wild | December 2022 โค๏ธ.
- โฝ Live matches (goals, bookings, substitutions)
- ๐๏ธ Team lineups
- ๐ Scheduled and past matches
- ๐ Standings & bracket
- ๐ Player stats (goals, yellow cards, red cards)
Install:
brew tap cedricblondeau/cedricblondeau
brew install world-cup-2022-cli-dashboard
Run:
world-cup-2022-cli-dashboard
Build from the main
branch:
docker build --no-cache https://github.com/cedricblondeau/world-cup-2022-cli-dashboard.git#main -t world-cup-2022-cli-dashboard
Run it:
docker run -ti -e TZ=America/Toronto world-cup-2022-cli-dashboard
Replace America/Toronto
with the desired timezone.
Requirements:
- Go 1.19+ (with
$PATH
properly set up) - Git
go install github.com/cedricblondeau/world-cup-2022-cli-dashboard@latest
world-cup-2022-cli-dashboard
Pre-compiled binaries are available on the releases page.
UI is powered by bubbletea and lipgloss.
For optimal results, it's recommended to use a terminal with:
- True Color (24-bit) support;
- at least 160 columns and 50 rows.
MIT