protondb_search 1.0.0

CLI utility to search ProtonDB
protondb_search-1.0.0 is not a library.

protondb_search

Crates.io License

A small CLI utility to get game inforamtion from ProtonDB.

This program is not affiliated with ProtonDB, Algolia, or Steam in any way.

Building

  1. Install Rust
  2. Clone the repo
  3. Run cargo build

Installing

You can build as above and then run cargo install --path ., or install from crates.io with cargo install protondb_search.

Usage

Run the utility with the name of a game:

$ protondb_search "eve online"
$ protondb_search "monster hunter"
$ protondb_search "runescape"

License

MIT