Steam console

From wikinotes
Revision as of 14:44, 24 July 2022 by Will (talk | contribs) (Created page with "Steam has a command console that you can use to interact with it's API. = Usage = <blockquote> Launch steam with <syntaxhighlight lang="bash"> open 'steam://open/console' # launch steam with console tab present </syntaxhighlight> Then search for, and find documentation for commands <syntaxhighlight lang="bash"> find 'keyword' </syntaxhighlight> </blockquote><!-- Usage -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Steam has a command console that you can use to interact with it's API.

Usage

Launch steam with

open 'steam://open/console'  # launch steam with console tab present

Then search for, and find documentation for commands

find 'keyword'