gegen

Crates.iogegen
lib.rsgegen
version
sourcesrc
created_at2025-05-05 16:16:33.518486+00
updated_at2025-05-07 19:03:15.179819+00
descriptionfootball scores and fixtures from acrosss the world, in the terminal
homepage
repositoryhttps://github.com/benjaminjellis/gegen
max_upload_size
id1660889
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
benjamin (benjaminjellis)

documentation

README

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
Commit count: 0

cargo fmt