#terminal #world #fixtures #score #football #logging #cross-platform

app gegen

football scores and fixtures from acrosss the world, in the terminal

4 releases

Uses new Rust 2024

0.1.3 Jun 1, 2025
0.1.2 May 24, 2025
0.1.1 May 7, 2025
0.1.0 May 5, 2025

#2 in #fixtures

Download history 55/week @ 2025-04-29 206/week @ 2025-05-06 45/week @ 2025-05-13 113/week @ 2025-05-20 115/week @ 2025-05-27 22/week @ 2025-06-03

312 downloads per month

GPL-3.0 license

62KB
1.5K SLoC

gegen Crates.io release

gegen is a TUI for finding livescores and fixtures from football competitions around the world. Named after gegenpressing (because it was the first football term that came to mind when I needed a name), gegen is cross platform and should work in most terminals.

Demo

demo

Installation

from crates.io (requires a rust toolchain)

gegen can be installed from crates.io by running

cargo install gegen

from source (requires a rust toolchain)

cloning this repository and running the below will create a binary called gegen in target/release

cargo run --release

Logs

gegen write logs to disk for help with debugging. These logs are the only things that gegen writes to disk and they can be found in the following locations:

  • Mac: $HOME/Library/Application Support/gegen/logs
  • Linux: $XDG_DATA_HOME/gegen/logs or $HOME/.local/share/gegen/logs
  • Windows: {FOLDERID_LocalAppData}\gegen\logs

Generating demo gifs

vhs files are defined in .vhs and can be used to generate demo gifs

vhs .vhs/demo.tape

Dependencies

~22–38MB
~598K SLoC