{"id":13905988,"url":"https://github.com/dhanyn10/multiple-file-manager","last_synced_at":"2025-07-09T16:36:37.662Z","repository":{"id":37285252,"uuid":"121936122","full_name":"dhanyn10/multiple-file-manager","owner":"dhanyn10","description":"File management application. You can bulk rename or deleting your files at the same time, with certain condition. Available for windows and linux","archived":false,"fork":false,"pushed_at":"2025-01-25T10:41:37.000Z","size":1797,"stargazers_count":46,"open_issues_count":15,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T13:51:30.556Z","etag":null,"topics":["electron","file","file-management"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/dhanyn10.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"dhanyn10","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-02-18T09:12:30.000Z","updated_at":"2025-01-25T10:13:21.000Z","dependencies_parsed_at":"2024-06-16T10:48:54.554Z","dependency_job_id":"4d32cc67-c34c-4d65-835f-985e883432f7","html_url":"https://github.com/dhanyn10/multiple-file-manager","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/dhanyn10/multiple-file-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fmultiple-file-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fmultiple-file-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fmultiple-file-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fmultiple-file-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhanyn10","download_url":"https://codeload.github.com/dhanyn10/multiple-file-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhanyn10%2Fmultiple-file-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264495181,"owners_count":23617499,"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":["electron","file","file-management"],"created_at":"2024-08-06T23:01:27.524Z","updated_at":"2025-07-09T16:36:37.634Z","avatar_url":"https://github.com/dhanyn10.png","language":"Vue","funding_links":["https://patreon.com/dhanyn10"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n\r\n# Multiple File Manager  \r\n[![version](https://badge.fury.io/gh/dhanyn10%2Fmultiple-file-manager.svg)](https://badge.fury.io/gh/dhanyn10%2Fmultiple-file-manager)\r\n\u003c/div\u003e\r\n\r\n## Download\r\nYou can check the latest version to [release page](https://github.com/dhanyn10/multiple-file-manager/releases)\r\n\r\n## How it Work\r\n### Rename File\r\n#### Delete :  \r\ndeleting character that's match to every filename in a folder.  \r\n  \r\nif you have:  \r\n\r\n    file-01.pdf  \r\n    file-02.pdf  \r\n    file-03.pdf  \r\n\r\nfill the `delete` input field with `file`, then you will have result as follows:\r\n\r\n    -01.pdf  \r\n    -02.pdf  \r\n    -03.pdf  \r\n\r\n#### Replace :  \r\nreplace character to any character you want to replace.\r\nif you have:\r\n\r\n    file-01.pdf  \r\n    file-02.pdf  \r\n    file-03.pdf  \r\n\r\nfill the `from` input field with `file`, and `to` with `goodbooks`, then you will have result as follows:  \r\n\r\n    goodbooks-01.pdf  \r\n    goodbooks-02.pdf  \r\n    goodbooks-03.pdf  \r\n\r\n#### Insert :  \r\ninsert character to the beginning(prefix) and/or the end(suffix) of your filename.  \r\nif you have:\r\n\r\n    file-01.pdf  \r\n    file-02.pdf  \r\n    file-03.pdf  \r\n\r\nfill the `before` input field with `library-`,  \r\nand `after` with ` collection`, then you will have result as follows:\r\n\r\n    library-file-01 collection.pdf  \r\n    library-file-02 collection.pdf    \r\n    library-file-03 collection.pdf    \r\n\r\n\r\n### Manage File\r\n#### Delete Duplicated  \r\ndeleting any file which detected as duplicated file.  \r\nthis function will detecting duplicated file just in the recent folder, when you have selecting some file as follows:  \r\n\r\n    doc 01.txt\r\n    doc 01_0.txt\r\n    doc 01_1.txt\r\n    doc 01_2.txt\r\n    doc 02.txt\r\n    doc 02_0.txt\r\n    doc 02_1.txt\r\n    doc 02_2.txt\r\n\r\nthis application will specify that `doc 01.txt` and `doc 02.txt` will keep to your computer, and the rest as follows:\r\n\r\n    doc 01_0.txt\r\n    doc 01_1.txt\r\n    doc 01_2.txt\r\n    doc 02_0.txt\r\n    doc 02_1.txt\r\n    doc 02_2.txt\r\n\r\nwill deleted temporary to recycle bin\r\n## Contribution\r\nDo you find an error or have feature request? then let's check this repository [issues](https://github.com/dhanyn10/multiple-file-manager/issues)\r\n\r\n## License\r\nthis project is developed under [MIT License](LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanyn10%2Fmultiple-file-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhanyn10%2Fmultiple-file-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhanyn10%2Fmultiple-file-manager/lists"}