<?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: Nadav</title>
    <description>The latest articles on DEV Community by Nadav (@nadavdebi).</description>
    <link>https://dev.to/nadavdebi</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%2F3818533%2F1f628a0e-5ccc-427b-b0e3-53ab5cbb16b4.jpeg</url>
      <title>DEV Community: Nadav</title>
      <link>https://dev.to/nadavdebi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nadavdebi"/>
    <language>en</language>
    <item>
      <title>How I built a native macOS app to stop Googling CLI commands</title>
      <dc:creator>Nadav</dc:creator>
      <pubDate>Wed, 11 Mar 2026 13:28:17 +0000</pubDate>
      <link>https://dev.to/nadavdebi/how-i-built-a-native-macos-app-to-stop-googling-cli-commands-gh1</link>
      <guid>https://dev.to/nadavdebi/how-i-built-a-native-macos-app-to-stop-googling-cli-commands-gh1</guid>
      <description>&lt;p&gt;If you work in IT, networking, or development, you know the pain of context switching.&lt;/p&gt;

&lt;p&gt;I spend a large chunk of my day configuring different network gear (Cisco, Fortinet, Juniper). Every time I needed a specific CLI syntax, I had to break my flow, open a browser, dig through ancient forum posts, and copy-paste the result. Doing this 20 times a day is exhausting.&lt;/p&gt;

&lt;p&gt;I wanted a native, lightning-fast solution that didn't consume all my Mac's RAM like an Electron app. So, I built NetLens.&lt;/p&gt;

&lt;p&gt;What it is:&lt;/p&gt;

&lt;p&gt;NetLens is a lightweight macOS background agent. You hit a global hotkey, type what you need (e.g., "Palo Alto command to restart management server"), and it uses AI to instantly generate the exact CLI commands, ready to copy.&lt;/p&gt;

&lt;p&gt;The Tech Stack and Features:&lt;/p&gt;

&lt;p&gt;Native Swift/macOS: It lives quietly in your menu bar.&lt;/p&gt;

&lt;p&gt;Bring Your Own Key (BYOK): It uses the Gemini API, but you input your own key locally. I don't see your queries or corporate data.&lt;/p&gt;

&lt;p&gt;Safety First: I built in a mechanism that automatically flags destructive commands (like reboots or factory resets) with a warning before you can execute them.&lt;/p&gt;

&lt;p&gt;Try it out&lt;/p&gt;

&lt;p&gt;I decided to package it up and release it for anyone else suffering from CLI fatigue.&lt;/p&gt;

&lt;p&gt;You can get it here: &lt;a href="https://nadavdebi.gumroad.com/l/netlens" rel="noopener noreferrer"&gt;https://nadavdebi.gumroad.com/l/netlens&lt;/a&gt;&lt;br&gt;
I also set up a discount code for the launch: LAUNCH20&lt;/p&gt;

&lt;p&gt;I would love to hear feedback from the community! How do you guys currently manage your CLI snippets?&lt;/p&gt;

</description>
      <category>software</category>
      <category>networking</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
