<?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: Ketan Kunkalikar</title>
    <description>The latest articles on DEV Community by Ketan Kunkalikar (@ketan_17).</description>
    <link>https://dev.to/ketan_17</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2021453%2F85f5142b-f1b8-46ca-9de9-98254cc68a7d.png</url>
      <title>DEV Community: Ketan Kunkalikar</title>
      <link>https://dev.to/ketan_17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ketan_17"/>
    <language>en</language>
    <item>
      <title>CLII: A non-invasive terminal tool to help you with terminal commands</title>
      <dc:creator>Ketan Kunkalikar</dc:creator>
      <pubDate>Sat, 29 Aug 2026 18:28:08 +0000</pubDate>
      <link>https://dev.to/ketan_17/clii-a-non-invasive-terminal-tool-to-help-you-with-terminal-commands-3n9n</link>
      <guid>https://dev.to/ketan_17/clii-a-non-invasive-terminal-tool-to-help-you-with-terminal-commands-3n9n</guid>
      <description>&lt;p&gt;&lt;strong&gt;TLDR&lt;/strong&gt;: Most tools that convert your instructions -&amp;gt; terminal commands are too invasive, I built CLII, a tiny terminal tool that eases this friction.&lt;/p&gt;

&lt;p&gt;Here's the repo: &lt;a href="https://github.com/Ketan-K17/clii" rel="noopener noreferrer"&gt;CLII&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/7A5M_Wfn-ac" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/puI8_BG8KUQ" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/KNlWH7q0Rds" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Motivation&lt;/strong&gt;: As a professional developer who's just starting out, I've decided to double down on getting comfortable with using the terminal for EVERYTHING. It's very non-stimulating, no distractions whatsoever, and I truly believe in the powers of the pipe operator to distill absolutely any info for you. The fact that the terminal is a natural fit for your agent to navigate &amp;amp; manage changes / context is just a plus-point.&lt;/p&gt;

&lt;p&gt;Learning to navigate this terminal &amp;amp; manipulating it via commands definitely has some learning curve, enough to deter one from using it I'd reckon.&lt;/p&gt;

&lt;p&gt;In cases where I cannot write a command for a particular task, i've sought help from my agent to write it for me, but I've noticed that most cli coding tools just add too much friction to this process..&lt;/p&gt;

&lt;p&gt;That's why I started with clii, just a tiny Langgraph workflow to give the LLM enough context to understand when to give an explanation vs when to enter the command in my input buffer for me to review &amp;amp; simply click enter on.&lt;br&gt;
I thought of making it a little more appealing to set up &amp;amp; use when my work colleagues asked about it, and lo, I think I have a proper tool I can show around, and encourage fellow devs to use the terminal unless its impossible to.&lt;/p&gt;

&lt;p&gt;I'd love some feedback here... The tool is targeted for the zsh terminal, but I can definitely work on a windows equivalent if demand arises for it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>devtools</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
