We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe7efd commit da6a17eCopy full SHA for da6a17e
README.md
@@ -10,6 +10,7 @@ If duplicate filenames exist, it auto-renames them to avoid overwriting.
10
## ✨ Features
11
12
- 📑 Organizes files into categories:
13
+
14
- **Images** (`.jpg, .png, .gif, .svg, ...`)
15
- **Videos** (`.mp4, .mkv, .mov, ...`)
16
- **Audio** (`.mp3, .wav, ...`)
@@ -18,6 +19,7 @@ If duplicate filenames exist, it auto-renames them to avoid overwriting.
18
19
- **Archives** (`.zip, .rar, .7z, ...`)
20
- **Installers** (`.exe, .msi, .apk, ...`)
21
- **Others** (unknown extensions)
22
23
- 🚀 Creates missing folders automatically.
24
- 🔄 Handles file name conflicts (`file.txt → file (1).txt`).
25
- 🔒 Skips locked files gracefully.
@@ -32,3 +34,5 @@ If duplicate filenames exist, it auto-renames them to avoid overwriting.
32
34
git clone https://github.com/yourusername/file-organizer.git
33
35
cd file-organizer
36
```
37
38
+## ⭐ If you like this project, don't forget to star the repository! ⭐
0 commit comments