<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Internationales Forum on PlayingTux</title>
        <link>https://playingtux.com/en/tags/internationales-forum/</link>
        <description>Recent content in Internationales Forum on PlayingTux</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en-US</language>
        <lastBuildDate>Fri, 14 Oct 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://playingtux.com/en/tags/internationales-forum/rss.xml" rel="self" type="application/rss+xml" /><item>
            <title>Using bash to check games on Steam for Linux availibility</title>
            <link>https://playingtux.com/en/articles/2015/11/using-bash-check-games-steam-linux-availibility/</link>
            <pubDate>Sat, 21 Nov 2015 00:00:00 +0000</pubDate>
            <guid>https://playingtux.com/en/articles/2015/11/using-bash-check-games-steam-linux-availibility/</guid>
            <description>&lt;p&gt;Inspired by &lt;a class=&#34;link&#34; href=&#34;https://www.reddit.com/r/linux_gaming/comments/3tl94r/i_just_made_a_tool_to_notify_you_when_grid/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;this post on reddit&lt;/a&gt;, I wrote a simple bash-oneliner to check for availibility of a specific game/program on &lt;strong&gt;Steam&lt;/strong&gt;.&#xA;&lt;strong&gt;Requirements:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;wget&lt;/strong&gt;, &lt;strong&gt;curl&lt;/strong&gt; or an equal tool&lt;/li&gt;&#xA;&lt;li&gt;the numerical &lt;strong&gt;appid&lt;/strong&gt; for the game/program to check from steam&lt;/li&gt;&#xA;&lt;li&gt;the &lt;strong&gt;JSON&lt;/strong&gt;-tool &lt;a class=&#34;link&#34; href=&#34;http://stedolan.github.io/jq/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;&#xA;    &gt;jq&lt;/a&gt; (most likely included in your distro)&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;With these requirements fulfilled, you can check the linux-availibility from command-line like this:&#xA;&lt;code&gt;wget http://store.steampowered.com/api/appdetails?appids=255220 -O - | jq &#39;.[] | { name: .data.name , linux: .data.platforms.linux }&#39;&lt;/code&gt;&#xA;Output:&lt;/p&gt;</description>
        </item></channel>
</rss>
