File Organizer
File Organizer is a command-line utility written in Rust that organizes files in a directory based on their types (extensions) into respective subdirectories.
Feature
- Creates subdirectories based on file extensions and moves files into corresponding directories.
Installation
From crates.io
You can install the File Organizer directly from crates.io using Cargo:
From source
Alternatively, you can build and install the application from the source code:
-
Clone the repository:
-
Navigate to the project directory:
-
Build the project using Cargo:
Usage
To organize files in a directory, run the following command:
If installed from crates.io:
If built from source: