<?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>Forem: Aditya Thakkar</title>
    <description>The latest articles on Forem by Aditya Thakkar (@theadityathakkar).</description>
    <link>https://forem.com/theadityathakkar</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%2F3547435%2F2521e3e0-6f6f-4c8d-af45-ff5d003620da.png</url>
      <title>Forem: Aditya Thakkar</title>
      <link>https://forem.com/theadityathakkar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/theadityathakkar"/>
    <language>en</language>
    <item>
      <title>I Automated the Boring Stuff on My Mac</title>
      <dc:creator>Aditya Thakkar</dc:creator>
      <pubDate>Thu, 06 Nov 2025 17:20:41 +0000</pubDate>
      <link>https://forem.com/theadityathakkar/i-automated-the-boring-stuff-on-my-mac-1lle</link>
      <guid>https://forem.com/theadityathakkar/i-automated-the-boring-stuff-on-my-mac-1lle</guid>
      <description>&lt;p&gt;My disk kept getting full. I'd be in the middle of something and suddenly my Mac would tell me I'm out of space.&lt;/p&gt;

&lt;p&gt;Then I'd spend 30 minutes hunting for what's eating it - old Docker images, node_modules folders, random video files.&lt;/p&gt;

&lt;p&gt;So I automated it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I did
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;floma new &lt;span class="s2"&gt;"analyze disk space in ~/Documents, save the results to an Excel sheet and email me that sheet"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now I get an email every week with an Excel breakdown of what's using space. I can see it coming before it becomes a problem.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;Install &lt;a href="https://getfloma.com:" rel="noopener noreferrer"&gt;https://getfloma.com:&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew tap getfloma/floma &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; brew &lt;span class="nb"&gt;install &lt;/span&gt;floma
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then describe what you want. It figures out the steps, creates a workflow, and you can schedule it to run automatically.&lt;/p&gt;

&lt;p&gt;The cool part is it chains everything together - analyzes the disk, creates the spreadsheet, and emails it. All from one command.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other things I use it for
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Slack notifications for important files:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;floma new &lt;span class="s2"&gt;"zip all of the loose files in Documents relating to contracts and slack the zipfile to #legal"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Weekly backup reminders:&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;floma new &lt;span class="s2"&gt;"check if backups folder was modified in the last 7 days, if not email me a reminder"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Each one takes 2 minutes to set up. The Slack and email integrations work out of the box.&lt;/p&gt;




&lt;p&gt;Everything runs locally. Free tier works, but the Personal tier ($4.99/month early bird pricing) is worth it for scheduled workflows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://getfloma.com" rel="noopener noreferrer"&gt;getfloma.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>productivity</category>
      <category>cli</category>
      <category>devops</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Aditya Thakkar</dc:creator>
      <pubDate>Sun, 02 Nov 2025 19:44:50 +0000</pubDate>
      <link>https://forem.com/theadityathakkar/-e6k</link>
      <guid>https://forem.com/theadityathakkar/-e6k</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://dev.to/theadityathakkar/i-built-a-cli-tool-to-automate-my-repetitive-file-tasks-100-local-3mam" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj94a3l98tpsex76vqe6w.png" height="400" class="m-0" width="800"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://dev.to/theadityathakkar/i-built-a-cli-tool-to-automate-my-repetitive-file-tasks-100-local-3mam" rel="noopener noreferrer" class="c-link"&gt;
            I Built a CLI Tool to Automate My Repetitive File Tasks (100% Local) - DEV Community
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            I got tired of doing the same file tasks over and over - compressing PDFs, organizing downloads,...
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j7kvp660rqzt99zui8e.png" width="300" height="299"&gt;
          dev.to
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>automation</category>
      <category>ai</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
    <item>
      <title>I Built a CLI Tool to Automate My Repetitive File Tasks (100% Local)</title>
      <dc:creator>Aditya Thakkar</dc:creator>
      <pubDate>Sun, 02 Nov 2025 19:43:34 +0000</pubDate>
      <link>https://forem.com/theadityathakkar/i-built-a-cli-tool-to-automate-my-repetitive-file-tasks-100-local-3mam</link>
      <guid>https://forem.com/theadityathakkar/i-built-a-cli-tool-to-automate-my-repetitive-file-tasks-100-local-3mam</guid>
      <description>&lt;p&gt;I got tired of doing the same file tasks over and over - compressing PDFs, organizing downloads, backing up folders. So I built Floma, a CLI that lets you automate this stuff using plain English.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it works
&lt;/h3&gt;

&lt;p&gt;Instead of googling bash commands, just tell it what you want:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;floma new &lt;span class="s2"&gt;"compress PDFs in Downloads older than 30 days"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It uses AI to figure out the steps and runs them. You can schedule it to run automatically or just run it once.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why local-first?
&lt;/h3&gt;

&lt;p&gt;Everything runs on your machine. Your files never leave your computer, no API keys needed, works offline. I just really didn't want another cloud service.&lt;/p&gt;

&lt;h3&gt;
  
  
  What can it do?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;File stuff (find, move, copy, compress, remove duplicates)&lt;/li&gt;
&lt;li&gt;PDF work (merge, split, extract text)&lt;/li&gt;
&lt;li&gt;Image processing (resize, compress, convert formats)&lt;/li&gt;
&lt;li&gt;Send notifications (email, Slack)&lt;/li&gt;
&lt;li&gt;Schedule anything to run daily/weekly/monthly&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Real examples I use
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Clean up my downloads automatically&lt;/span&gt;
floma new &lt;span class="s2"&gt;"move files older than 7 days from Downloads to Archive"&lt;/span&gt;

&lt;span class="c"&gt;# Daily backup&lt;/span&gt;
floma new &lt;span class="s2"&gt;"zip my Documents folder every day at 6pm"&lt;/span&gt;

&lt;span class="c"&gt;# Batch resize screenshots&lt;/span&gt;
floma new &lt;span class="s2"&gt;"resize all PNGs in this folder to 800px width"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;p&gt;It's free to start:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew tap getfloma/floma &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; brew &lt;span class="nb"&gt;install &lt;/span&gt;floma

floma new &lt;span class="s2"&gt;"your task here"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Link: &lt;a href="https://getfloma.com" rel="noopener noreferrer"&gt;https://getfloma.com&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;What repetitive file tasks do you wish you could automate? I'm actively building this and would love to hear what would actually be useful.&lt;/p&gt;

</description>
      <category>automation</category>
      <category>ai</category>
      <category>productivity</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
