Auto Organize is a command-line tool that simplifies the task of organizing files on your system. By automatically sorting files into designated folders based on their type, this tool saves time and reduces the risk of mistakes when managing cluttered directories. Compatible with Windows and Linux, it's the essential solution for anyone looking to streamline their file management.
Auto Organize CLI is a powerful command-line tool designed to streamline the process of organizing files on your local machine. This utility excels in cleaning up directories that commonly accumulate clutter, such as Downloads or Desktop folders, by automating the sorting process.
As files pile up in various folders, users often face obstacles like:
Auto Organize CLI effectively addresses these issues by providing an automated solution.
--preview flag to see the intended changes without modifying any files.--only and --exclude flags.cd /Users/Downloads
auto-organize || npx auto-organize
The tool will then create organization directories such as:
Images/
Documents/
Audio/
Video/
Archives/
And will organize the files accordingly:
photo.jpg -> Images/
document.pdf -> Documents/
song.mp3 -> Audio/
videos.mp4 -> Video/
archive.rar -> Archives/
To preview the organization before actual changes:
auto-organize --preview || auto-organize -p
Example output might appear as follows:
Images/
photo.jpg
Documents/
contract.pdf
Audio/
song.mp3
--only <type>: Organize files of a specific type.
auto-organize --only images
--exclude <type>: Exclude specific types from being organized.
auto-organize --exclude archives
--help: Request assistance and view the available types.
auto-organize --help || auto-organize -h
/public directoryContributions to improve this tool are welcome and encouraged.
For more information, please refer to the README available in the repository.
No comments yet.
Sign in to be the first to comment.