Tired of a Messy Downloads Folder? Try Declutter CLI!

πŸš€ Introducing Declutter CLI: A Smart Way to Organize Your Folders

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…


This content originally appeared on DEV Community and was authored by Niladri Chakraborty

πŸš€ Introducing Declutter CLI: A Smart Way to Organize Your Folders

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.

πŸ“· Preview

Declutter-CLI Demo

πŸ”— Links

🎯 What is Declutter CLI?

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.

✨ Features

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

πŸ“¦ Installation

Recommended (Global Installation)
npm install -g declutter-cli
or
Local Installation
npm install declutter-cli

⚑ Quick Usage

Interactive mode
declutter
Organize current directory
declutter organize
Organize a specific directory
declutter organize ~/Downloads
Preview changes (no files moved)
declutter preview

πŸ“‚ Example

Before:

Downloads/
β”œβ”€β”€ photo.jpg
β”œβ”€β”€ document.pdf
β”œβ”€β”€ song.mp3
β”œβ”€β”€ video.mp4
β”œβ”€β”€ archive.zip
β”œβ”€β”€ script.js
└── app.exe

After:

Downloads/
β”œβ”€β”€ Images/
β”‚ └── photo.jpg
β”œβ”€β”€ Documents/
β”‚ └── document.pdf
β”œβ”€β”€ Audio/
β”‚ └── song.mp3
β”œβ”€β”€ Videos/
β”‚ └── video.mp4
β”œβ”€β”€ Archives/
β”‚ └── archive.zip
β”œβ”€β”€ Code/
β”‚ └── script.js
β”œβ”€β”€ Applications/
β”‚ └── app.exe

πŸ› οΈ Contribute

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

git clone https://github.com/nil-official/Declutter-CLI.git
cd Declutter-CLI
npm install
npm link

🌱 Final Thoughts

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!

Made with ❀️ for devs who love clean folders.


This content originally appeared on DEV Community and was authored by Niladri Chakraborty


Print Share Comment Cite Upload Translate Updates
APA

Niladri Chakraborty | Sciencx (2025-06-24T19:34:31+00:00) Tired of a Messy Downloads Folder? Try Declutter CLI!. Retrieved from https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/

MLA
" » Tired of a Messy Downloads Folder? Try Declutter CLI!." Niladri Chakraborty | Sciencx - Tuesday June 24, 2025, https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/
HARVARD
Niladri Chakraborty | Sciencx Tuesday June 24, 2025 » Tired of a Messy Downloads Folder? Try Declutter CLI!., viewed ,<https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/>
VANCOUVER
Niladri Chakraborty | Sciencx - » Tired of a Messy Downloads Folder? Try Declutter CLI!. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/
CHICAGO
" » Tired of a Messy Downloads Folder? Try Declutter CLI!." Niladri Chakraborty | Sciencx - Accessed . https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/
IEEE
" » Tired of a Messy Downloads Folder? Try Declutter CLI!." Niladri Chakraborty | Sciencx [Online]. Available: https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/. [Accessed: ]
rf:citation
» Tired of a Messy Downloads Folder? Try Declutter CLI! | Niladri Chakraborty | Sciencx | https://www.scien.cx/2025/06/24/tired-of-a-messy-downloads-folder-try-declutter-cli/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.