<?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: Arthur Iarley</title>
    <description>The latest articles on DEV Community by Arthur Iarley (@1arley).</description>
    <link>https://dev.to/1arley</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%2F4054090%2Fe3086aeb-db09-44e8-addd-04956f995eb9.jpg</url>
      <title>DEV Community: Arthur Iarley</title>
      <link>https://dev.to/1arley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/1arley"/>
    <language>en</language>
    <item>
      <title>I Was Tired of Remembering Dozens of Terminal Commands, So I Built My Own CLI</title>
      <dc:creator>Arthur Iarley</dc:creator>
      <pubDate>Thu, 30 Jul 2026 18:43:40 +0000</pubDate>
      <link>https://dev.to/1arley/i-was-tired-of-remembering-dozens-of-terminalcommands-so-i-built-my-own-cli-1ljl</link>
      <guid>https://dev.to/1arley/i-was-tired-of-remembering-dozens-of-terminalcommands-so-i-built-my-own-cli-1ljl</guid>
      <description>&lt;p&gt;Every day I found myself jumping between different terminal utilities.&lt;/p&gt;

&lt;p&gt;One command for Docker.&lt;/p&gt;

&lt;p&gt;Another for Git.&lt;/p&gt;

&lt;p&gt;Another to inspect ports.&lt;/p&gt;

&lt;p&gt;Another to pretty-print JSON.&lt;/p&gt;

&lt;p&gt;Another to decode JWTs.&lt;/p&gt;

&lt;p&gt;None of these tools are bad—in fact, they're excellent. The problem is that they all have different interfaces, different flags, and different mental models.&lt;/p&gt;

&lt;p&gt;After enough context switching, I started wondering:&lt;/p&gt;

&lt;p&gt;What if the terminal itself felt more consistent?&lt;/p&gt;

&lt;p&gt;So I started building DevCLI, an open-source command-line tool that brings common developer utilities into a single interface.&lt;/p&gt;

&lt;p&gt;What it currently does&lt;/p&gt;

&lt;p&gt;At the moment, DevCLI includes tools for:&lt;/p&gt;

&lt;p&gt;Environment diagnostics&lt;br&gt;
Docker utilities&lt;br&gt;
Git helpers&lt;br&gt;
Port inspection and management&lt;br&gt;
JSON formatting&lt;br&gt;
JWT inspection&lt;br&gt;
And more&lt;/p&gt;

&lt;p&gt;Instead of remembering dozens of unrelated commands, the goal is to have one entry point for everyday developer tasks.&lt;/p&gt;

&lt;p&gt;Why another CLI?&lt;/p&gt;

&lt;p&gt;This isn't about replacing Docker, Git, or jq.&lt;/p&gt;

&lt;p&gt;Those tools are already great.&lt;/p&gt;

&lt;p&gt;The idea is to make common workflows easier to discover and faster to use, especially when switching between projects or helping less experienced developers.&lt;/p&gt;

&lt;p&gt;Think of it as a toolbox rather than a replacement.&lt;/p&gt;

&lt;p&gt;What I'm experimenting with&lt;/p&gt;

&lt;p&gt;One area I'm particularly interested in is extensibility.&lt;/p&gt;

&lt;p&gt;My long-term goal is to support plugins so developers can add their own commands, frameworks, or integrations without modifying the core project.&lt;/p&gt;

&lt;p&gt;I'd also like the CLI to become more context-aware—for example, detecting the current project type and surfacing relevant commands automatically.&lt;/p&gt;

&lt;p&gt;Things I'm still figuring out&lt;/p&gt;

&lt;p&gt;Some questions I'm thinking about are:&lt;/p&gt;

&lt;p&gt;Should plugins be installed globally or per project?&lt;br&gt;
How opinionated should the command structure be?&lt;br&gt;
Should framework-specific commands live in separate packages?&lt;br&gt;
What's the best balance between simplicity and flexibility?&lt;/p&gt;

&lt;p&gt;I'd love to hear how you'd approach these problems.&lt;/p&gt;

&lt;p&gt;The project&lt;/p&gt;

&lt;p&gt;The source code is available on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/1arley/devcli" rel="noopener noreferrer"&gt;https://github.com/1arley/devcli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you'd like to try it, I'd really appreciate your feedback, feature requests, or even criticism. It's still early, and community input will have a huge impact on where the project goes next.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>node</category>
      <category>cli</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
