mirror of
https://git.aramjonghu.dev/AramJonghu/file-organizer.git
synced 2026-09-06 09:43:31 +02:00
16 lines
429 B
Markdown
16 lines
429 B
Markdown
# file-organizer
|
|
|
|
Sorts files in the current directory into category folders (Pictures, Documents, Music, Videos) based on file extension. Unknown types are left in place.
|
|
|
|
Run from any directory:
|
|
|
|
```sh
|
|
file_organizer
|
|
```
|
|
|
|
For Windows, place the executable in the directory where you want to run the program.
|
|
|
|
## License
|
|
|
|
BSD 3-Clause. See [LICENSE](https://git.aramjonghu.dev/AramJonghu/file-organizer/src/branch/main/LICENSE)
|