<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Terminal-Tools on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/terminal-tools/</link>
    <description>Recent content in Terminal-Tools on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 17 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/terminal-tools/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted JSON Processing CLI Tools: jq vs fx vs jid Comparison</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-self-hosted-json-processing-cli-tools-jq-vs-fx-vs-jid/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-self-hosted-json-processing-cli-tools-jq-vs-fx-vs-jid/</guid>
      <description>&lt;h2 id=&#34;why-command-line-json-processors-matter&#34;&gt;Why Command-Line JSON Processors Matter&lt;/h2&gt;&#xA;&lt;p&gt;JSON is the lingua franca of modern APIs, configuration files, and data interchange. But working with raw JSON in the terminal — especially deeply nested structures from REST APIs — can be painful without the right tools. &lt;strong&gt;jq&lt;/strong&gt;, &lt;strong&gt;fx&lt;/strong&gt;, and &lt;strong&gt;jid&lt;/strong&gt; are three complementary approaches to terminal-based JSON exploration and transformation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosted Terminal Calculators: qalculate vs numbat vs insect</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-terminal-calculators-qalculate-numbat-insect/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-terminal-calculators-qalculate-numbat-insect/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Modern terminal calculators have evolved far beyond the humble &lt;code&gt;bc&lt;/code&gt; command. Today&amp;rsquo;s CLI math tools support dimensional analysis with physical units, symbolic computation, high-precision arithmetic, and even full programming language features — all from the comfort of your shell. Whether you&amp;rsquo;re converting between units during a server capacity calculation, verifying scientific formulas, or just need a quick calculation without reaching for your phone, these tools deliver.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosted Terminal Data Visualization Tools: termgraph vs gnuplot vs asciichart vs YouPlot</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-terminal-data-visualization/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-terminal-data-visualization/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;When you&amp;rsquo;re SSH&amp;rsquo;d into a headless server or working in a terminal-only environment, creating quick data visualizations shouldn&amp;rsquo;t require spinning up a Grafana instance or exporting CSV files to Excel. Terminal-based charting tools let you turn raw numbers into visual insights directly in your shell — no browser, no GUI, no hassle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosted Terminal HTTP Clients: HTTPie vs xh vs curlie Comparison</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-self-hosted-terminal-http-clients-httpie-vs-xh-vs-curlie/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-self-hosted-terminal-http-clients-httpie-vs-xh-vs-curlie/</guid>
      <description>&lt;h2 id=&#34;why-use-a-modern-terminal-http-client&#34;&gt;Why Use a Modern Terminal HTTP Client?&lt;/h2&gt;&#xA;&lt;p&gt;Every developer interacts with REST APIs daily. While &lt;code&gt;curl&lt;/code&gt; has been the standard for decades, its verbose syntax and raw output format make it tedious for modern API workflows. Terminal HTTP clients like &lt;strong&gt;HTTPie&lt;/strong&gt;, &lt;strong&gt;xh&lt;/strong&gt;, and &lt;strong&gt;curlie&lt;/strong&gt; offer syntax highlighting, JSON pretty-printing, and intuitive command structures that dramatically speed up API testing and debugging.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosted Terminal Image Viewers: chafa vs timg vs viu</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-terminal-image-viewers-chafa-timg-viu/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-terminal-image-viewers-chafa-timg-viu/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;When you&amp;rsquo;re SSH&amp;rsquo;d into a remote server and need to quickly inspect an image — whether it&amp;rsquo;s a generated chart, a screenshot for debugging, or a camera capture — opening a GUI file manager or copying the file to your local machine is tedious. Terminal image viewers solve this by rendering images directly in your terminal using Unicode block characters, sixel graphics, or iTerm/Kitty protocols.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Self-Hosted YAML Data Processors: yq vs dasel Comparison Guide</title>
      <link>https://www.pistack.xyz/posts/2026-06-17-self-hosted-yaml-data-processors-yq-vs-dasel/</link>
      <pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-17-self-hosted-yaml-data-processors-yq-vs-dasel/</guid>
      <description>&lt;h2 id=&#34;why-use-command-line-data-format-processors&#34;&gt;Why Use Command-Line Data Format Processors?&lt;/h2&gt;&#xA;&lt;p&gt;Modern DevOps workflows involve juggling YAML, JSON, TOML, CSV, and XML configuration files. Manually editing these formats is error-prone, and writing custom scripts for each transformation is inefficient. Tools like &lt;strong&gt;yq&lt;/strong&gt; and &lt;strong&gt;dasel&lt;/strong&gt; provide &lt;code&gt;jq&lt;/code&gt;-like query and transformation capabilities across multiple data formats, making them indispensable for Infrastructure as Code, CI/CD pipelines, and configuration management.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
