{"id":24500074,"url":"https://github.com/wilsonsouto/file-organizer","last_synced_at":"2025-03-15T07:21:39.725Z","repository":{"id":276324019,"uuid":"928607065","full_name":"wilsonsouto/file-organizer","owner":"wilsonsouto","description":"Automates file organization by sorting them into folders based on their extensions.","archived":false,"fork":false,"pushed_at":"2025-02-13T00:16:22.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T03:09:12.839Z","etag":null,"topics":["csharp","script"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wilsonsouto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-06T23:03:46.000Z","updated_at":"2025-02-13T00:16:25.000Z","dependencies_parsed_at":"2025-02-07T15:25:12.759Z","dependency_job_id":"779a5710-08bc-4540-854b-57790d5e0570","html_url":"https://github.com/wilsonsouto/file-organizer","commit_stats":null,"previous_names":["wilsonsouto/file-organizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonsouto%2Ffile-organizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonsouto%2Ffile-organizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonsouto%2Ffile-organizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonsouto%2Ffile-organizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilsonsouto","download_url":"https://codeload.github.com/wilsonsouto/file-organizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243696713,"owners_count":20332824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","script"],"created_at":"2025-01-21T22:16:56.054Z","updated_at":"2025-03-15T07:21:39.720Z","avatar_url":"https://github.com/wilsonsouto.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u0026#xa0;\n\n\u003ch1 align=\"center\"\u003eFile Organizer\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github top language\" src=\"https://img.shields.io/github/languages/top/wilsonsouto/file-organizer?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Github language count\" src=\"https://img.shields.io/github/languages/count/wilsonsouto/file-organizer?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/wilsonsouto/file-organizer?color=56BEB8\"\u003e\n\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/wilsonsouto/file-organizer?color=56BEB8\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#dart-about\"\u003eAbout\u003c/a\u003e \u0026#xa0; | \u0026#xa0; \n  \u003ca href=\"#sparkles-features\"\u003eFeatures\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#white_check_mark-requirements\"\u003eRequirements\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#checkered_flag-starting\"\u003eStarting\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e \u0026#xa0; | \u0026#xa0;\n  \u003ca href=\"https://github.com/wlsonsouto\" target=\"_blank\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## :dart: About\n\nThis script organizes files by extension, saving time and reducing manual effort. It scans a source directory, categorizes files into groups like documents, images, and videos, and moves them into corresponding folders. With built-in error handling, it ensures a smooth and efficient process.\n\n## :sparkles: Features\n\n:heavy_check_mark: **Reading Files**: The code reads files from the specified source directory.\\\n:heavy_check_mark: **Filtering by Extension**: Filters files in the source directory based on extensions in the extensions object.\\\n:heavy_check_mark: **Moving Files**: Moves files to corresponding folders (documents, pictures, videos) based on their extension.\\\n:heavy_check_mark: **Error Handling**: Uses try...catch to capture errors, ensuring a more reliable process.\n\n## :rocket: Technologies\n\nThe following tools were used in this project:\n\n- .NET 8.0\n- C#\n\n## :white_check_mark: Requirements\n\nBefore starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [.NET SDK](https://dotnet.microsoft.com/en-us/download) installed.\n\n## :checkered_flag: Starting\n\n```bash\n# Clone this project\n$ git clone https://github.com/wlsonsouto/file-organizer\n\n# Access the project folder\n$ cd file-organizer/FileOrganizer\n\n# Open Configuration.cs and update the paths below to match your local directories\npublic const string Source = @\"C:\\YOUR-PATH\\Downloads\";\npublic const string Documents = @\"C:\\YOUR-PATH\\Documents\";\npublic const string Pictures = @\"C:\\YOUR-PATH\\Pictures\";\npublic const string Videos = @\"C:\\YOUR-PATH\\Videos\";\n\n# Run the project\n$ dotnet run\n```\n\n## :memo: License\n\nThis project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.\n\nMade with :heart: by [wilsonsouto](https://github.com/wilsonsouto)\n\n\u0026#xa0;\n\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonsouto%2Ffile-organizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilsonsouto%2Ffile-organizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonsouto%2Ffile-organizer/lists"}