<?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: Niladri Chakraborty</title>
    <description>The latest articles on DEV Community by Niladri Chakraborty (@nil-official).</description>
    <link>https://dev.to/nil-official</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%2F3283125%2Fe5655658-6b3f-437e-b6a5-f0c5b84610e3.jpg</url>
      <title>DEV Community: Niladri Chakraborty</title>
      <link>https://dev.to/nil-official</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nil-official"/>
    <language>en</language>
    <item>
      <title>Tired of a Messy Downloads Folder? Try Declutter CLI!</title>
      <dc:creator>Niladri Chakraborty</dc:creator>
      <pubDate>Tue, 24 Jun 2025 19:34:31 +0000</pubDate>
      <link>https://dev.to/nil-official/tired-of-a-messy-downloads-folder-try-declutter-cli-1c0m</link>
      <guid>https://dev.to/nil-official/tired-of-a-messy-downloads-folder-try-declutter-cli-1c0m</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Introducing Declutter CLI: A Smart Way to Organize Your Folders
&lt;/h1&gt;

&lt;p&gt;Do you ever feel overwhelmed by a messy Downloads folder? Or wish you could instantly organize your scattered files into neat categories? I felt the same, so I built Declutter CLI, a powerful and easy-to-use command-line tool to automatically organize and declutter your folders.&lt;/p&gt;

&lt;h2&gt;
  
  
  📷 Preview
&lt;/h2&gt;

&lt;p&gt;&lt;a href="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%2Fz480f2d0l093wc4pfvkv.png" class="article-body-image-wrapper"&gt;&lt;img 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%2Fz480f2d0l093wc4pfvkv.png" alt="Declutter-CLI Demo" width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;NPM: &lt;a href="http://www.npmjs.com/package/declutter-cli" rel="noopener noreferrer"&gt;www.npmjs.com/package/declutter-cli&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="http://www.github.com/nil-official/Declutter-CLI" rel="noopener noreferrer"&gt;www.github.com/nil-official/Declutter-CLI&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 What is Declutter CLI?
&lt;/h2&gt;

&lt;p&gt;Declutter CLI is a Node.js-powered tool that categorizes your files into organized subdirectories based on file type. Whether it’s images, documents, videos, or code files - Declutter CLI will help you keep your directories clean with minimal effort.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Smart File Organization: Automatically sorts files by type (images, documents, videos, code, and more)&lt;/li&gt;
&lt;li&gt;10+ File Categories: Supports a wide range of file types&lt;/li&gt;
&lt;li&gt;Preview Mode: See how files will be organized before making changes&lt;/li&gt;
&lt;li&gt;Fast &amp;amp; Efficient: Optimized performance with Node.js&lt;/li&gt;
&lt;li&gt;Beautiful CLI: Colorful, intuitive interface&lt;/li&gt;
&lt;li&gt;Safe Operations: Confirmation prompts and robust error handling&lt;/li&gt;
&lt;li&gt;Flexible Commands: Works for various use cases with different options&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📦 Installation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Recommended (Global Installation)&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;npm install -g declutter-cli&lt;/code&gt;&lt;br&gt;
or&lt;br&gt;
&lt;strong&gt;Local Installation&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;npm install declutter-cli&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚡ Quick Usage
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Interactive mode&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;declutter&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Organize current directory&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;declutter organize&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Organize a specific directory&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;declutter organize ~/Downloads&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Preview changes (no files moved)&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;declutter preview&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  📂 Example
&lt;/h2&gt;

&lt;p&gt;Before:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Downloads/&lt;br&gt;
├── photo.jpg&lt;br&gt;
├── document.pdf&lt;br&gt;
├── song.mp3&lt;br&gt;
├── video.mp4&lt;br&gt;
├── archive.zip&lt;br&gt;
├── script.js&lt;br&gt;
└── app.exe&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Downloads/&lt;br&gt;
├── Images/&lt;br&gt;
│   └── photo.jpg&lt;br&gt;
├── Documents/&lt;br&gt;
│   └── document.pdf&lt;br&gt;
├── Audio/&lt;br&gt;
│   └── song.mp3&lt;br&gt;
├── Videos/&lt;br&gt;
│   └── video.mp4&lt;br&gt;
├── Archives/&lt;br&gt;
│   └── archive.zip&lt;br&gt;
├── Code/&lt;br&gt;
│   └── script.js&lt;br&gt;
├── Applications/&lt;br&gt;
│    └── app.exe&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🛠️ Contribute
&lt;/h2&gt;

&lt;p&gt;Declutter CLI is open source and I welcome contributions. Feel free to fork the repo, open pull requests, or suggest ideas via issues.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git clone https://github.com/nil-official/Declutter-CLI.git&lt;br&gt;
cd Declutter-CLI&lt;br&gt;
npm install&lt;br&gt;
npm link&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🌱 Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Declutter CLI is built for developers (and anyone else!) who want their directories organized effortlessly. Give it a try, and let me know what you think!&lt;/p&gt;

&lt;p&gt;Made with ❤️ for devs who love clean folders.&lt;/p&gt;

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