<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: tahSin</title>
    <description>The latest articles on DEV Community by tahSin (@tahsinzidane).</description>
    <link>https://dev.to/tahsinzidane</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2858850%2F2bd4c4c2-3151-4a34-bb5d-4bfa4f0944a6.jpeg</url>
      <title>DEV Community: tahSin</title>
      <link>https://dev.to/tahsinzidane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tahsinzidane"/>
    <language>en</language>
    <item>
      <title>Lumina: A Minimalist Python Shell Wrapper with Ghost Text Suggestions</title>
      <dc:creator>tahSin</dc:creator>
      <pubDate>Sat, 11 Apr 2026 05:10:59 +0000</pubDate>
      <link>https://dev.to/tahsinzidane/lumina-a-minimalist-python-shell-wrapper-with-ghost-text-suggestions-346h</link>
      <guid>https://dev.to/tahsinzidane/lumina-a-minimalist-python-shell-wrapper-with-ghost-text-suggestions-346h</guid>
      <description>&lt;p&gt;I built a simple tool called &lt;strong&gt;Lumina&lt;/strong&gt; to solve a personal annoyance: I wanted Fish-style command suggestions in my terminal without switching my entire shell environment or dealing with heavy configurations.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;p&gt;Lumina acts as a wrapper for your existing shell. It records your command history into a local JSON file and provides &lt;strong&gt;inline ghost text suggestions&lt;/strong&gt; based on that history as you type.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;History-based Autocomplete:&lt;/strong&gt; Suggestions are pulled directly from your persistent JSON storage.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in Validation:&lt;/strong&gt; If you try to run a command that doesn't exist, it lets you know (with a bit of personality).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lightweight:&lt;/strong&gt; Built with Python and &lt;code&gt;prompt_toolkit&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Portable:&lt;/strong&gt; Easy to install and runs on top of your current system shell.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I originally built this just for my own workflow, but I’ve open-sourced it in case anyone else finds it useful or wants to build upon it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check out the repo here:&lt;/strong&gt; &lt;a href="https://github.com/tahsinzidane/lumina" rel="noopener noreferrer"&gt;https://github.com/tahsinzidane/lumina&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Favoo7mezy1kato8a1yon.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Favoo7mezy1kato8a1yon.png" alt=" " width="480" height="270"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Invalid command = Instant Aura loss&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lgaj3cf94yry61d40w1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4lgaj3cf94yry61d40w1.png" alt=" " width="480" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>python</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
