{"id":26238558,"url":"https://github.com/majormilk/downloads-folder-auto-sort","last_synced_at":"2026-05-17T23:32:23.723Z","repository":{"id":147867719,"uuid":"609327313","full_name":"MajorMilk/Downloads-Folder-Auto-Sort","owner":"MajorMilk","description":"This program is designed to go through your downloads folder and sort files based on file extensions.","archived":false,"fork":false,"pushed_at":"2023-03-08T05:02:56.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T15:08:23.755Z","etag":null,"topics":["csharp","file-sorting","windows-forms-csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MajorMilk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-03T21:49:03.000Z","updated_at":"2023-09-22T23:55:36.000Z","dependencies_parsed_at":"2023-05-27T18:15:36.935Z","dependency_job_id":null,"html_url":"https://github.com/MajorMilk/Downloads-Folder-Auto-Sort","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MajorMilk/Downloads-Folder-Auto-Sort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FDownloads-Folder-Auto-Sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FDownloads-Folder-Auto-Sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FDownloads-Folder-Auto-Sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FDownloads-Folder-Auto-Sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MajorMilk","download_url":"https://codeload.github.com/MajorMilk/Downloads-Folder-Auto-Sort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MajorMilk%2FDownloads-Folder-Auto-Sort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33159099,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","file-sorting","windows-forms-csharp"],"created_at":"2025-03-13T06:16:55.872Z","updated_at":"2026-05-17T23:32:23.712Z","avatar_url":"https://github.com/MajorMilk.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Downloads-Folder-Auto-Sort\n![DownloadsFileManager_CirFDmDJrJ](https://user-images.githubusercontent.com/115612092/222862879-a53d0b75-5617-4375-80bc-c342bfcc77c6.png)\n\n\n\n\n\nThis program is designed to go through your downloads folder and sort files base on file extensions.\n\nIt is also cusomizable, meaning to add an extension to be sorted, it is as simple as adding \".example\" to one of the the following arrays\n\nprivate string[] audioExtensions = { \".mp3\", \".wav\", \".wma\", \".aac\", \".m4a\", \".flac\", \".ogg\", \".opus\", \".alac\", \".aiff\", \".dsd\", \".dsf\", \".dff\" };\n\n\nprivate string[] videoExtensions = { \".mp4\", \".mov\", \".avi\", \".wmv\", \".mkv\", \".flv\", \".webm\", \".m4v\", \".mpeg\", \".mpg\", \".3gp\", \".3g2\", \".ogv\", \".qt\", \".rm\", \".rmvb\", \".vob\", \".asf\", \".divx\", \".swf\" };\n\n\nprivate string[] imageExtensions = { \".jpg\", \".jpeg\", \".png\", \".bmp\", \".gif\", \".tiff\", \".svg\", \".webp\", \".ico\", \".jfif\", \".pjpeg\", \".pjp\" };\n\n\nprivate string[] documentExtensions = { \".doc\", \".docx\", \".ppt\", \".pptx\", \".xls\", \".xlsx\", \".pdf\", \".rtf\", \".txt\", \".csv\"};\n\n\nprivate string[] compressedExtensions = { \".zip\", \".rar\", \".7z\", \".gz\", \".tar\", \".bz2\", \".xz\", \".z\", \".tgz\", \".tbz2\", \".txz\", \".tlz\", \".lzma\", \".cab\", \".iso\", \".dmg\" };\n\n\nprivate string[] executableExtensions = { \".exe\", \".msi\", \".bat\", \".cmd\" };\n\n\nprivate string[] modelExtensions = { \".stl\", \".obj\", \".fbx\", \".3ds\", \".ply\", \".dae\", \".glb\", \".gltf\", \".3mf\" };\n\nto add a new category of things would be more involved but could be done through the following steps...\n\n\n1: Create a new array containing the extensions you want.\n\n2:Create a private string for the destination of that type of file (private string exampleDestinaion)\n  -Also specify the path there \"C:\\Folder\"\n\n3:Add a foreach loop in the UpdateDictionary() function. It should be linked with the ascociated destination.\n\nThats it\n\n\nThe default destinations are:\n\nthe Music, Videos, Pictures, Documents folders\n\nand folders inside the the downloads folder called Compressed, Executables, and 3dModels\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajormilk%2Fdownloads-folder-auto-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmajormilk%2Fdownloads-folder-auto-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmajormilk%2Fdownloads-folder-auto-sort/lists"}