<?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: Dev For</title>
    <description>The latest articles on DEV Community by Dev For (@dev_for55).</description>
    <link>https://dev.to/dev_for55</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%2F3860788%2Fae6b4f1c-18f0-4de3-9fae-def0a44f4d5a.png</url>
      <title>DEV Community: Dev For</title>
      <link>https://dev.to/dev_for55</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_for55"/>
    <language>en</language>
    <item>
      <title>I built a landing page for my CLI tool! and used the CLI tool itself to manage the workspace</title>
      <dc:creator>Dev For</dc:creator>
      <pubDate>Sun, 26 Apr 2026 11:32:21 +0000</pubDate>
      <link>https://dev.to/dev_for55/i-built-a-landing-page-for-my-cli-tool-and-used-the-cli-tool-itself-to-manage-the-workspace-1949</link>
      <guid>https://dev.to/dev_for55/i-built-a-landing-page-for-my-cli-tool-and-used-the-cli-tool-itself-to-manage-the-workspace-1949</guid>
      <description>&lt;p&gt;I built a landing page for my own CLI tool, and I ended up using the CLI itself to keep everything organized. Felt worth sharing.&lt;/p&gt;

&lt;p&gt;Last week I made Progflow, a workspace manager for Linux and Termux. You give it a project and it opens your editor, opens URLs, sets environment variables, all in one command. I'd been using it for my other stuff but hadn't really put it through its paces on a single focused project. Last week I decided to make a simple site for the tool, so I dogfooded it.&lt;/p&gt;

&lt;p&gt;I opened a terminal, created a flow called "site" with &lt;code&gt;progflow new site&lt;/code&gt;. I told it the directory, set nvim as my editor, added the GitHub repo URL and the live Netlify preview. Then I ran &lt;code&gt;progflow on site&lt;/code&gt;. Instantly nvim opened in the right folder, my browser popped up with the repo and the deploy preview. No setup, no typing the same paths over and over. I just started coding.&lt;/p&gt;

&lt;p&gt;Whenever I stopped for the day, I'd run &lt;code&gt;progflow off site&lt;/code&gt;. It asked for a quick note. I wrote things like "fixed copy button" or "mobile nav wraps weirdly". No to-do file, no trying to remember what I was debugging at 2am. Next session, &lt;code&gt;progflow on site&lt;/code&gt; and I was right back where I left off, mentally and literally.&lt;/p&gt;

&lt;p&gt;I'm not writing this to sell you on the tool. Honestly, I didn't expect it to be this useful for a single static page. But it was. Most of the time I'd just been jumping between terminal windows and losing mental state. This thing removed that whole loop.&lt;/p&gt;

&lt;p&gt;The website itself is nothing fancy. Plain HTML, no frameworks, no gradients because I'm tired of those. It has an install command with a copy button, a quick guide to the CLI, an architecture SVG, that's about it. I did spend a silly amount of time debugging why Google Search Console wouldn't fetch my sitemap even though it was perfectly fine. And a base tag leftover from a GitHub Pages template broke all my nav links until I spotted it. Normal stuff.&lt;/p&gt;

&lt;p&gt;After everything was live, I just used the same flow to revisit it whenever a thought popped up. It still works. It feels stupidly nice to type a few letters and have your entire workspace appear.&lt;/p&gt;

&lt;p&gt;If you built something that you ended up using yourself way more than expected, I'd love to hear about it. That's the whole reason I'm posting this, not to get you to star the repo, just to tell you about that little surprise.&lt;/p&gt;

&lt;p&gt;Site: &lt;a href="https://progflowcli.netlify.app" rel="noopener noreferrer"&gt;progflowcli.netlify.app&lt;/a&gt;&lt;br&gt;&lt;br&gt;
CLI repo: &lt;a href="https://github.com/Rehanasharmin/Progflow" rel="noopener noreferrer"&gt;github.com/Rehanasharmin/Progflow&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Progflow now has a simple website</title>
      <dc:creator>Dev For</dc:creator>
      <pubDate>Sun, 26 Apr 2026 11:23:37 +0000</pubDate>
      <link>https://dev.to/dev_for55/-progflow-now-has-a-simple-website-16hp</link>
      <guid>https://dev.to/dev_for55/-progflow-now-has-a-simple-website-16hp</guid>
      <description>&lt;p&gt;I just shipped a clean landing page for &lt;a href="https://github.com/Rehanasharmin/Progflow" rel="noopener noreferrer"&gt;Progflow&lt;/a&gt;, my context‑aware workspace manager for Linux &amp;amp; Termux.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://progflowcli.netlify.app" rel="noopener noreferrer"&gt;progflowcli.netlify.app&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s there?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;One‑line install with a copy button
&lt;/li&gt;
&lt;li&gt;Step‑by‑step CLI guide (&lt;code&gt;new&lt;/code&gt;, &lt;code&gt;on&lt;/code&gt;, &lt;code&gt;off&lt;/code&gt;, &lt;code&gt;note&lt;/code&gt;, etc.)
&lt;/li&gt;
&lt;li&gt;Architecture diagram
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now discovering Progflow is much easier. Check it out if you manage multiple dev projects.&lt;/p&gt;

</description>
      <category>cli</category>
      <category>linux</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Progflow- An context aware workspace manager for linux.</title>
      <dc:creator>Dev For</dc:creator>
      <pubDate>Sat, 04 Apr 2026 10:04:27 +0000</pubDate>
      <link>https://dev.to/dev_for55/progflow-an-context-aware-workspace-manager-for-linux-4im3</link>
      <guid>https://dev.to/dev_for55/progflow-an-context-aware-workspace-manager-for-linux-4im3</guid>
      <description>&lt;p&gt;I built &lt;strong&gt;Progflow&lt;/strong&gt; to eliminate the friction of switching between projects on &lt;strong&gt;Linux&lt;/strong&gt;. It's a lightweight &lt;strong&gt;workspace&lt;/strong&gt; manager that understands your context and automates environment setup.&lt;/p&gt;

&lt;p&gt;Built with &lt;strong&gt;Rust&lt;/strong&gt; (55.8%) and &lt;strong&gt;Shell&lt;/strong&gt; (44.2%), it's fast and Unix-native.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://github.com/Rehanasharmin/Progflow" rel="noopener noreferrer"&gt;Progflow github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome!&lt;/p&gt;

</description>
      <category>programming</category>
      <category>rust</category>
      <category>ubuntu</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
