genesys-ygo-cli

Crates.iogenesys-ygo-cli
lib.rsgenesys-ygo-cli
version0.1.0
created_at2025-09-26 12:31:52.047315+00
updated_at2025-09-26 12:31:52.047315+00
descriptionA simple CLI for searching YGO cards
homepage
repositoryhttps://github.com/ShilohAlleyne/genesys.rs
max_upload_size
id1855819
size70,424
Shiloh Alleyne (ShilohAlleyne)

documentation

README

Genesys.rs

Genesys.rs CLI is an simple cli for searching cards (and opening their YGO-Pro db entry) in the Genesys Yugioh format. Cards point values are automatically updated and changes in values between band lists are tracked.

Features

Search cards by:

  • Point value
  • Card type
  • Archetype
  • Level
  • Name

Installation

Note: This CLI is simple, if its missing functionality either raise and issue or fork and add it yourself lol

From pre-built binaries

You can download pre-built binaries from the releases page. Just copy the binary to a directory in your PATH and make it executable.

From crates.io

You can install genesys using cargo:

cargo install genesys

This will install the latest version of genesys from crates.io.

From source

You can build genesys from source using cargo:

git clone https://github.com/ShilohAlleyne/genesys.rs
cd genesys
cargo install --path .
Commit count: 0

cargo fmt