file_sorter-cli 0.1.1

Simple Rust CLI tool to organize downloads by file type
file_sorter-cli-0.1.1 is not a library.

File Sorter

A simple Rust program that automatically organizes files in a folder.

Features

  • Sorts images
  • Sorts documents
  • Sorts audio files
  • Sorts archives

ARGUMENTS

file_sorter ~/Documents

Usage

Run with:

cargo run

Or build release version:

cargo build --release

Example

Before:

Downloads/
├── image.png
├── music.mp3
├── file.pdf

After:

Downloads/
├── PDFs/
├── IMGs/
├── AUDIOs/
├── ARCHIVEs/

Built With

  • Rust
  • std::fs
  • dirs crate