-
Videos: mp4, mov, wmv, fly, avi, mkv, flv, mpg, webm, oog, m4p, m4v, qt, swf, avchd, f4v, mpeg-2
-
Images: png, jpg, webp, svg, gif, ico, jpeg, bmp, esp, jpeg 2000, heif, bat, cgm, tif, tiff, eps, raw, cr2, nef, orf, sr2
-
Music: mp3, aac, flac, alac, wav, aiff, dsd, pcm, m4a, wma
-
Documents: txt, doc, docx, docx, odt, xls, xlsx, ppt, pptx
-
Psd: psd
-
Pdf: pdf
-
Archive: zip, rar, 7z, tar
-
Torrent: torrent
-
Exe: exe
-
All files located in Sorted Files
-
All images files located in Sorted Files/year created file/Images/
-
All documents files located in Sorted Files/year created file/Documents/
-
All videos files located in Sorted Files/year created file/Videos/
-
All music files located in Sorted Files/year created file/Music/
-
All pdf files located in Sorted Files/year created file/Pdf/
-
All psd files located in Sorted Files/year created file/Psd/
-
All archive files located in Sorted Files/year created file/Archive/
-
All torrent files located in Sorted Files/year created file/Torrent/
-
All exe files located in Sorted Files/year created file/Exe/
-
All other files located in Other Files/extname/
-
All other files no extension located in Other Files/
-
All empty folders will be deleted
-
Possible to archive the Sorted Files and Other Files folders
-
Keep and download file(No virus) sort_windows.exe
-
Place the program file in the folder with the files you want to sort
-
Double click on file if not work Change file permission or Off real time protection on windows
-
If you want to sort the files and automatically archive them, open terminal in the folder and write to the terminal: sort_windows.exe archive --all
-
Download file sort_linux
-
Place the program file in the folder with the files you want to sort
-
Open terminal in the folder
-
Change file permission: sudo chmod +x "full path to file(sort_linux)"
-
Write in the terminal: ./sort_linux
-
If you want to sort the files and automatically archive them, write to the terminal: ./sort_linux archive --all
-
Download Golang in offical site
-
Download or copy files files
-
Place the program file in the folder with the files you want to sort
-
Open terminal or cmd in the folder
-
Write in the terminal or cmd: go mod init sorty && go mod tidy && go build sort.go
-
You can remove files: sort.go, linux.go, structureOfExtensions.go, windows.go, go mod, go.sum
-
You can move the compiled file where you want and run it on your system