You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of looking for the IDs using another tool/website, it would be cool for this CLI to have some -list parameter to be able to show a table of all available IDs to choose from, along with metadata such as size/date/OS/etc.
I've looked at the code and it seems that this information is already available, just not exposed through the CLI.
A way to search app IDs is also useful, but this is probably harder to implement unless there's a search API. Steam does have an API to list all app IDs & names, so maybe it can be fuzzy-searched.
The text was updated successfully, but these errors were encountered:
yeah since steamdb is like the only site that has if not all the manifests for nearly every app/game but that can't really get used unless thhe info gets cached in a .json file or something
Instead of looking for the IDs using another tool/website, it would be cool for this CLI to have some
-list
parameter to be able to show a table of all available IDs to choose from, along with metadata such as size/date/OS/etc.Basically the same thing as this and this.
I've looked at the code and it seems that this information is already available, just not exposed through the CLI.
A way to search app IDs is also useful, but this is probably harder to implement unless there's a search API. Steam does have an API to list all app IDs & names, so maybe it can be fuzzy-searched.
The text was updated successfully, but these errors were encountered: