2 releases

Uses new Rust 2024

new 0.1.1 May 7, 2025
0.1.0 May 5, 2025

#36 in #gif

Download history 204/week @ 2025-05-03

204 downloads per month
Used in gegen

GPL-3.0 license

16KB
317 lines

gegen

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

Currently the only way to install is to clone this repo and run

cargo run --release

I plan to release via crates.io when the project is more stable as well as providing binarys via github releases.

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

~6–18MB
~232K SLoC