<?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: Matheus Lima</title>
    <description>The latest articles on DEV Community by Matheus Lima (@matheusml).</description>
    <link>https://dev.to/matheusml</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%2F236547%2F8f2b4f99-f78f-440d-aeb6-9151f0a7710a.jpeg</url>
      <title>DEV Community: Matheus Lima</title>
      <link>https://dev.to/matheusml</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matheusml"/>
    <language>en</language>
    <item>
      <title>I Made My Terminal Understand English (And You Can Too)</title>
      <dc:creator>Matheus Lima</dc:creator>
      <pubDate>Fri, 27 Jun 2025 19:18:37 +0000</pubDate>
      <link>https://dev.to/matheusml/i-made-my-terminal-understand-english-and-you-can-too-47cd</link>
      <guid>https://dev.to/matheusml/i-made-my-terminal-understand-english-and-you-can-too-47cd</guid>
      <description>&lt;p&gt;I was tired of the constant context switching - knowing exactly what I wanted to do, but having to Google the exact command syntax every single time. So I vibe coded something simple: a way to just tell my terminal what I want in plain English.&lt;/p&gt;

&lt;p&gt;Now instead of searching "how to find large files shell", I just type:&lt;br&gt;
&lt;code&gt;# find large files from this week&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And get:&lt;br&gt;
&lt;code&gt;find . -type f -size +50M -mtime -7&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;The plugin (&lt;a href="https://github.com/matheusml/zsh-ai" rel="noopener noreferrer"&gt;zsh-ai&lt;/a&gt;) is intentionally minimal - just 5KB of shell script, no heavy frameworks or dependencies. It's been part of my daily workflow for a few weeks now, and honestly, it's been more useful than I expected.&lt;/p&gt;

&lt;p&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%2Fegcnqkqyfu8jq3arvesr.gif" 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%2Fegcnqkqyfu8jq3arvesr.gif" alt="Video showing how the tool works" width="720" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's what I learned building it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sometimes the simplest solution is the best one&lt;/li&gt;
&lt;li&gt;You don't need a complex setup for AI to be useful&lt;/li&gt;
&lt;li&gt;Safety first: it suggests commands but never auto-executes them&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm sharing this because I genuinely think others might find it helpful, but also because I'd love feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What commands do you constantly forget the syntax for?&lt;/li&gt;
&lt;li&gt;Edge cases I haven't thought of?&lt;/li&gt;
&lt;li&gt;Features that would make this actually useful for your workflow?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/matheusml/zsh-ai" rel="noopener noreferrer"&gt;https://github.com/matheusml/zsh-ai&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>zsh</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
