Skip to content

Commit f676831

Browse files
committed
adding a README fil.
1 parent cd98525 commit f676831

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# File Manager CLI in Rust
2+
3+
A simple, efficient command-line file manager built with **Rust**. This tool allows you to organize files within directories based on their extensions. It automatically categorizes files into appropriate subdirectories (e.g., audio files into `audio_files`, images into `images`, etc.).
4+
5+
This project is aimed at making file organization on your system easier and can be customized to fit various needs. It supports file manipulation, directory creation, and can be further extended with additional functionalities.
6+
7+
## Features:
8+
- **Directory Navigation**: Navigate through directories and list their contents.
9+
- **Automatic File Categorization**: Sort files into directories based on their extensions (e.g., `.mp3` into `audio_files`, `.png` into `images`).
10+
- **Cross-Platform Compatibility**: Works on multiple operating systems including Windows, macOS, and Linux.
11+
- **Efficient File Handling**: Moves and organizes files without relying on external dependencies.
12+
- **Customizable**: Easily configurable for different directory structures and file types.
13+
14+
## Licence:
15+
This project is licensed under the MIT License.

0 commit comments

Comments
 (0)