Crates.io | protondb-check |
lib.rs | protondb-check |
version | 0.3.2 |
source | src |
created_at | 2024-03-29 19:25:07.964987 |
updated_at | 2024-03-30 07:34:39.100857 |
description | CLI tool for checking ProtonDB rating of your Steam games. |
homepage | |
repository | https://github.com/gpskwlkr/protondb-check |
max_upload_size | |
id | 1190449 |
size | 57,162 |
protondb-check
is a simple CLI tool which lets you check compatibility of your Steam games with Proton.
protondb-check
is currently in active development stage, there might be bugs or other problems.
protondb-check
relies on data provided by Steam on products you own and later on lets you choose the game you want to check utilizing ProtonDB API.
While
-p
or-a
are both listed as not required, at least one should be provided.
Command | Description | Args | Required | Example |
---|---|---|---|---|
protondb-check | Choose one game from all owned | -p --profile-id |
No | protondb-check -p 76561198354374976 |
protondb-check | Check particular app even if not owned in Steam | -a --app-id |
No | protondb-check -a 271590 |
You can install protondb-check
via
cargo install protondb-check
or using prebuilt binaries on the Releases page.
Only cargo install protondb-check
available for MacOS.
git clone https://github.com/gpskwlkr/protondb-check && cd protondb-check
cargo build --release
cd target/release && ./protondb-check
clap
for better argsprotondb-check
list, since Steam doesn't count hours on DLC's, soundtracks, etc.If anything else occurs, feel free to submit to issues page, otherwise, you can join Discord server.