{"id":29744874,"url":"https://github.com/ethemdemirkaya/c-filemaster","last_synced_at":"2026-05-16T22:03:04.954Z","repository":{"id":305920336,"uuid":"1024384745","full_name":"ethemdemirkaya/C-FileMaster","owner":"ethemdemirkaya","description":"C# WinForms ve DevExpress ile geliştirilmiş, güçlü ve kullanıcı dostu bir toplu dosya yeniden adlandırma aracı.","archived":false,"fork":false,"pushed_at":"2025-07-22T16:30:57.000Z","size":53078,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-22T18:14:41.611Z","etag":null,"topics":["bulk-renaming","csharp","devexpress","file-management","file-renamer","productivity-tools","utility-application","windows-forms","winforms"],"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/ethemdemirkaya.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}},"created_at":"2025-07-22T16:02:38.000Z","updated_at":"2025-07-22T16:40:44.000Z","dependencies_parsed_at":"2025-07-22T18:26:15.234Z","dependency_job_id":null,"html_url":"https://github.com/ethemdemirkaya/C-FileMaster","commit_stats":null,"previous_names":["ethemdemirkaya/c-filemaster"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ethemdemirkaya/C-FileMaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethemdemirkaya%2FC-FileMaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethemdemirkaya%2FC-FileMaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethemdemirkaya%2FC-FileMaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethemdemirkaya%2FC-FileMaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethemdemirkaya","download_url":"https://codeload.github.com/ethemdemirkaya/C-FileMaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethemdemirkaya%2FC-FileMaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["bulk-renaming","csharp","devexpress","file-management","file-renamer","productivity-tools","utility-application","windows-forms","winforms"],"created_at":"2025-07-26T06:01:09.369Z","updated_at":"2026-05-16T22:03:04.949Z","avatar_url":"https://github.com/ethemdemirkaya.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-FileMaster\n\n[**Türkçe versiyon için buraya tıklayın (Click here for the Turkish version)**](./README.tr.md)\n\nA powerful and user-friendly bulk file renaming utility built with C# WinForms and DevExpress. This application allows users to rename multiple files in a folder based on a set of flexible rules, with a live preview before applying any changes.\n\n\n![C-FileMaster Screenshot](Images/MainMenu.png)\n\n\n---\n\n## ✨ Features\n\n- **Select a Folder**: Easily choose a folder containing the files you want to rename.\n- **Live File List**: View all files in the selected folder in a clear and organized grid.\n- **Instant Search**: Quickly find specific files in the list using the built-in search bar.\n- **Dynamic Renaming Rules**:\n    - **Add Prefix/Suffix**: Add custom text to the beginning or end of filenames.\n    - **Replace Text**: Find and replace specific text within filenames.\n    - **Sequential Numbering**: Add sequential numbers with customizable formatting (e.g., `001`, `002`) as a prefix or suffix.\n- **Live Preview**: See the \"New Name\" for each file before committing the changes. The grid updates instantly as you change the rules.\n- **Status Highlighting**:\n    - Files to be renamed are clearly marked.\n    - Successful renames are highlighted in **green**.\n    - Errors (e.g., file in use, duplicate name) are highlighted in **red**.\n    - Unchanged files are shown in gray.\n- **Safe Apply**: A confirmation dialog prevents accidental renaming.\n- **(Coming Soon / Optional) Undo**: A feature to revert the last renaming operation.\n\n---\n\n## 🛠️ Built With\n\n- **[C#](https://learn.microsoft.com/en-us/dotnet/csharp/)** - The primary programming language.\n- **[Windows Forms (.NET Framework)](https://learn.microsoft.com/en-us/dotnet/desktop/winforms/)** - The application framework.\n- **[DevExpress WinForms Controls](https://www.devexpress.com/products/net/controls/winforms/)** - Used for modern and powerful UI components like `GridControl`, `TextEdit`, and `SpinEdit`.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- .NET Framework 4.7.2 (or the version you used).\n- DevExpress WinForms Controls v2x.x (or a compatible version).\n\n### Installation\n\n1.  Go to the [**Releases**](https://github.com/ethemdemirkaya/C-FileMaster/releases) page.\n2.  Download the latest `Bulk.File.Renamer.zip` file.\n3.  Extract the ZIP archive to a folder of your choice.\n4.  Run `C_FileNameChanger.exe`.\n\n### Running from Source\n\n1.  Clone the repository:\n    ```sh\n    git clone https://github.com/ethemdemirkaya/C-FileMaster.git\n    ```\n2.  Open the `C_FileNameChanger.sln` solution file in Visual Studio.\n3.  Restore the necessary NuGet packages.\n4.  Build and run the project (press F5).\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethemdemirkaya%2Fc-filemaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethemdemirkaya%2Fc-filemaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethemdemirkaya%2Fc-filemaster/lists"}