| Crates.io | genesys-ygo-cli |
| lib.rs | genesys-ygo-cli |
| version | 0.1.0 |
| created_at | 2025-09-26 12:31:52.047315+00 |
| updated_at | 2025-09-26 12:31:52.047315+00 |
| description | A simple CLI for searching YGO cards |
| homepage | |
| repository | https://github.com/ShilohAlleyne/genesys.rs |
| max_upload_size | |
| id | 1855819 |
| size | 70,424 |
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.
Search cards by:
Note: This CLI is simple, if its missing functionality either raise and issue or fork and add it yourself lol
You can download pre-built binaries from the releases page.
Just copy the binary to a directory in your PATH and make it executable.
You can install genesys using cargo:
cargo install genesys
This will install the latest version of genesys from crates.io.
You can build genesys from source using cargo:
git clone https://github.com/ShilohAlleyne/genesys.rs
cd genesys
cargo install --path .