| Crates.io | fileorg |
| lib.rs | fileorg |
| version | 0.3.0 |
| created_at | 2024-03-25 08:51:36.8501+00 |
| updated_at | 2025-03-14 13:06:01.366602+00 |
| description | A simple File Organizer GUI tool made in rust. |
| homepage | |
| repository | https://github.com/Infernum1/fileorg |
| max_upload_size | |
| id | 1185089 |
| size | 2,309,540 |

File Organizer is a cross-platform GUI utility written in Rust for automatically organizing files in a directory based on their file types. With a modern, user-friendly interface powered by eframe and egui, this tool categorizes files by extension into dedicated subdirectories while providing flexible options for copying or moving files, including hidden files, and handling files without extensions.
Download the latest MSI installer from the Releases page and follow the installation wizard to install File Organizer on your Windows system.
Install File Organizer directly using Cargo:
cargo install fileorg
Alternatively, you can build and install the application from the source code:
Clone the repository:
git clone https://github.com/Infernum1/fileorg
Navigate to the project directory:
cd fileorg
Build the project using Cargo:
cargo build --release
Just run the application without any arguments:
fileorg
This will launch the graphical user interface, allowing you to select the directory to organize, choose operation modes (copy or move), toggle hidden file inclusion, and specify log file and custom directory options.