Crates.io | fileorg |
lib.rs | fileorg |
version | 0.1.1 |
source | src |
created_at | 2024-03-25 08:51:36.8501 |
updated_at | 2024-03-25 09:25:38.373077 |
description | A simple File Organizer CLI tool made in rust. |
homepage | |
repository | https://github.com/Infernum1/fileorg |
max_upload_size | |
id | 1185089 |
size | 4,378 |
File Organizer is a command-line utility written in Rust that organizes files in a directory based on their types (extensions) into respective subdirectories.
You can install the File Organizer directly from crates.io 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
To organize files in a directory, run the following command:
fileorg <directory_path>
./target/release/fileorg <directory_path>