<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tui - Tag - Vindrin</title><link>https://vindrin.top/tags/tui/</link><description>Tui - Tag - Vindrin</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>vindrin@outlook.com (Vindrin)</managingEditor><webMaster>vindrin@outlook.com (Vindrin)</webMaster><lastBuildDate>Sat, 28 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://vindrin.top/tags/tui/" rel="self" type="application/rss+xml"/><item><title>Terminal Dashboard</title><link>https://vindrin.top/project/terminal-dashboard/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><author>vindrin@outlook.com (Vindrin)</author><guid>https://vindrin.top/project/terminal-dashboard/</guid><description><![CDATA[<h1 id="terminal-dashboard">Terminal Dashboard</h1>
<p>A real-time system monitor that runs entirely in the terminal.</p>
<h2 id="why-terminal">Why terminal?</h2>
<p>Sometimes you&rsquo;re SSHed into a machine with no GUI. A terminal dashboard gives you CPU, memory, disk, and network stats without installing any heavy monitoring tools.</p>
<h2 id="built-with">Built with</h2>
<ul>
<li><strong>Textual</strong> — TUI framework</li>
<li><strong>psutil</strong> — system metrics</li>
<li><strong>rich</strong> — pretty tables and charts</li>
</ul>
<h2 id="screenshot-ascii">Screenshot (ASCII)</h2>
<div class="code-block code-line-numbers open" style="counter-reset: code-block 0">
    <div class="code-header language-">
        <span class="code-title"><i class="arrow fas fa-angle-right" aria-hidden="true"></i></span>
        <span class="ellipses"><i class="fas fa-ellipsis-h" aria-hidden="true"></i></span>
        <span class="copy" title="Copy to clipboard"><i class="far fa-copy" aria-hidden="true"></i></span>
    </div><div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">┌── CPU ──────────────────┐  ┌── Memory ────────────────┐
</span></span><span class="line"><span class="cl">│ Core 0  ████░░░░  42%   │  │ Used   6.2GB / 16GB  38% │
</span></span><span class="line"><span class="cl">│ Core 1  ██░░░░░░  21%   │  │ Swap   0.1GB / 4GB    2% │
</span></span><span class="line"><span class="cl">└─────────────────────────┘  └──────────────────────────┘
</span></span><span class="line"><span class="cl">┌── Disk ─────────────────────────────────────────────────┐
</span></span><span class="line"><span class="cl">│ /        80GB / 250GB  32%  ██████░░░░░░░░░░░░░░░░░░░░ │
</span></span><span class="line"><span class="cl">│ D:\     167GB / 250GB  67%  ██████████████░░░░░░░░░░░░ │
</span></span><span class="line"><span class="cl">└─────────────────────────────────────────────────────────┘</span></span></code></pre></div></div>
<h2 id="status">Status</h2>
<p><code>v0.1.0</code> — functional but unstyled. Polishing in progress.</p>]]></description></item></channel></rss>