File Organizer is a desktop and CLI application that organizes your files into directories based on their file extensions. Available for macOS, Linux, and Windows, it provides an intuitive way to keep your files neatly categorized.
- Simple installation process.
- Automatically organizes files by their extensions.
- Dynamically creates folders for each unique file extension.
- Allows users to specify the directory to organize through a graphical user interface or a command line interface.
/path/to/your/directory/
├── document1.txt
├── image1.jpg
├── script.go
└── notes.txt/path/to/your/directory/
├── go/
│ └── script.go
├── jpg/
│ └── image1.jpg
└── txt/
├── document1.txt
└── notes.txtChoose the version of File Organizer for your operating system:
Once downloaded, you can run the program from the command line, specifying the directory you want to organize.
./file-organizer-macos /path/to/your/directoryfile-organizer-windows.exe C:\path\to\your\directoryChoose the version of File Organizer for your operating system:
After downloading and installing, simply open the app. You can select the directory you want to organize through the app’s interface. For macOS users: Move the downloaded File Organizer app to your /Applications directory for ease of access.

