<?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: Leonardo Zanobi</title>
    <description>The latest articles on DEV Community by Leonardo Zanobi (@leonardo_zanobi).</description>
    <link>https://dev.to/leonardo_zanobi</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%2F3387904%2F19c09c38-f5af-40c8-99fb-56dcc85abee3.png</url>
      <title>DEV Community: Leonardo Zanobi</title>
      <link>https://dev.to/leonardo_zanobi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/leonardo_zanobi"/>
    <language>en</language>
    <item>
      <title>Tired of Losing Your Command-Line History? I Built a Solution.</title>
      <dc:creator>Leonardo Zanobi</dc:creator>
      <pubDate>Fri, 25 Jul 2025 14:38:10 +0000</pubDate>
      <link>https://dev.to/leonardo_zanobi/tired-of-losing-your-command-line-history-i-built-a-solution-j8e</link>
      <guid>https://dev.to/leonardo_zanobi/tired-of-losing-your-command-line-history-i-built-a-solution-j8e</guid>
      <description>&lt;p&gt;Hey DEV community!&lt;/p&gt;

&lt;p&gt;How many times have you typed a brilliant, complex command into your terminal, only to forget it a week later? &lt;/p&gt;

&lt;p&gt;Or you set up a new machine and realise your entire command‑line history is gone?&lt;/p&gt;

&lt;p&gt;I’ve been there too many times. Your local .bash_history file is useful, but it's limited to one machine and can be difficult to search.&lt;/p&gt;

&lt;p&gt;That’s why I built CommandChronicles: your personal, searchable, shareable command‑line history in the cloud.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The idea is simple. You install a small CLI and pipe your existing history to the service with one command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;history | cc save&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;That’s it! Your commands are now securely saved in the cloud. You can log into the web app from any device and instantly search your full command history.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What You Can Do with It:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;☁️ &lt;strong&gt;Cloud Sync:&lt;/strong&gt; Access commands from your work laptop, personal computer, or any server you SSH into.&lt;br&gt;
🔍 &lt;strong&gt;Powerful Search:&lt;/strong&gt; No more endless groping through history files. Find the exact command you need in seconds.&lt;br&gt;
🤝 &lt;strong&gt;Easy Sharing (Coming Soon):&lt;/strong&gt; Send a link to share a command snippet with a teammate.&lt;br&gt;
🔒 &lt;strong&gt;Privacy First:&lt;/strong&gt; Your command history is your data—encrypted and private by default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tech Stack (Filled In):&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built the CLI with Go, and the web app with React on the frontend and Node.js on the backend, because I wanted a fast, portable, developer‑friendly CLI and a modern, responsive UI with real‑time search.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned / Why I Built It:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I was excited to build something that bridges developer workflows across machines and learn about end-to-end encryption, fuzzy search algorithms, and cross-device sync. &lt;/p&gt;

&lt;p&gt;It was a fun challenge solving how to securely sync command history while preserving context like project and directory, and making it work with minimal startup time and no lag in the shell.&lt;/p&gt;

&lt;p&gt;The tool is completely free to use, and I'd love your feedback. Let me know what you think in the comments!&lt;/p&gt;

&lt;p&gt;Check it out here:&lt;br&gt;
Website: &lt;a href="https://commandchronicles.dev" rel="noopener noreferrer"&gt;https://commandchronicles.dev&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;What are your biggest frustrations with command-line history? Let's talk about it in the comments!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>cli</category>
      <category>devtools</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
